Skip to content

Commit

Permalink
[eos-settings-i3wm] source changes
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe committed Sep 17, 2023
1 parent 7622f88 commit e9669f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

_pkgname=endeavouros-i3wm-setup
pkgname=eos-settings-i3wm
pkgver=1.2
pkgrel=2
pkgver=1.3
pkgrel=1
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=('any')
groups=('EndeavourOS')
Expand All @@ -12,11 +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
chmod +x "${pkgdir}/etc/skel/set_once.sh"
}

0 comments on commit e9669f2

Please sign in to comment.