Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Sep 17, 2023
2 parents 63b5633 + e9669f2 commit 398ae22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgname=endeavouros-i3wm-setup
pkgname=eos-settings-i3wm
pkgver=1.2
pkgver=1.3
pkgrel=1
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=('any')
Expand All @@ -12,10 +12,11 @@ license=('GPL')
makedepends=('git')
depends=()
source=("https://github.com/endeavouros-team/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('84c428f3fc54d6c14893e4d7253b88a980bc98bf84b3f6eaab24feaeca677c64')
sha256sums=('56b876b48ce67fbb6d8ab52dc13cfbbb6805746748339552c1e510f8592026c8')

package() {
cd "$_pkgname-$pkgver"
cp -R "etc" "${pkgdir}/"
chmod -R +x "${pkgdir}/etc/skel/.config/i3/scripts"
chmod +x "${pkgdir}/etc/skel/set_once.sh"
}

0 comments on commit 398ae22

Please sign in to comment.