diff options
Diffstat (limited to 'linhes/linhes-templates/PKGBUILD')
-rw-r--r-- | linhes/linhes-templates/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD index 9603a9d..f96c8e4 100644 --- a/linhes/linhes-templates/PKGBUILD +++ b/linhes/linhes-templates/PKGBUILD @@ -1,13 +1,13 @@ pkgname=linhes-templates pkgver=9.0.0 -pkgrel=14 +pkgrel=15 conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) -sha256sums=('0ec3715a4b44e5c2c748fc0c4bdf2e8773d09d00594fc1f21d9aaa2439a7e509') +sha256sums=('1fe3cb69acab1f006596b9a5bd63d6a6f85c13c00d7d8209af215336ded84a3c') package() { MVDIR=$pkgdir/usr/share/linhes |