diff options
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 94650c9..7383068 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=2.0 -pkgrel=1 +pkgrel=2 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() @@ -14,3 +14,4 @@ build() { rsync -r --exclude=.svn ../templates $MVDIR/ } +md5sums=() |