diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-01 04:12:35 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-01 04:12:35 (GMT) |
commit | 085290881efe9b1e47fe5a6333637064b57256c2 (patch) | |
tree | aa3364728c9c54803700da9ee887bcfb3db01e34 /linhes/linhes-templates/PKGBUILD | |
parent | 76387f6b40fc32d462e3393321822a4fd86b9edb (diff) | |
download | linhes_pkgbuild-085290881efe9b1e47fe5a6333637064b57256c2.zip linhes_pkgbuild-085290881efe9b1e47fe5a6333637064b57256c2.tar.gz linhes_pkgbuild-085290881efe9b1e47fe5a6333637064b57256c2.tar.bz2 |
linhes-templates: add pacman.conf.template
Diffstat (limited to 'linhes/linhes-templates/PKGBUILD')
-rw-r--r-- | linhes/linhes-templates/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD index f0598c6..6e93ca8 100644 --- a/linhes/linhes-templates/PKGBUILD +++ b/linhes/linhes-templates/PKGBUILD @@ -1,12 +1,13 @@ pkgname=linhes-templates pkgver=9.0.0 -pkgrel=4 -conflicts=( ) +pkgrel=5 +conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) +sha256sums=('6d959c2c25d860b7e74d493900fa0de412975ab5652317dd442388db6ee97f83') package() { MVDIR=$pkgdir/usr/share/linhes @@ -15,4 +16,3 @@ package() { chmod -R 0755 $MVDIR find $MVDIR -type f -perm 0755 -exec chmod 0644 {} + } -sha256sums=('04a35b290a39c0ae20bb519989f8436ea01a867b53957ff5432c80500eaf4bb8') |