diff options
author | Michael Hanson <mihanson@linhes.org> | 2011-09-07 16:46:21 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2011-09-07 16:46:21 (GMT) |
commit | 3aaa5a507a52e3e387712e3732b2104704675301 (patch) | |
tree | 0a74580d961f637232625acc839981eb9d6fe94d /abs/core/runit-scripts/PKGBUILD | |
parent | 563b0f27dca6ff00a9ff69dc463911bfbd78e499 (diff) | |
parent | 8af79359c21b5f07981975c34a7d51ab063b249d (diff) | |
download | linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.zip linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.gz linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 4c3c8e1..ee88800 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=30 +pkgrel=33 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -27,4 +27,4 @@ build() { install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv } -md5sums=('fdc7aee7ce323f1e55060e2da54a9534') +md5sums=('45d0b0c6ad9b00eeaaef3341245a8d4c') |