aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scstadmin
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2010-12-23 12:51:09 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2010-12-23 12:51:09 +0000
commit8b8dd3e2f3fe24fda4ea446a801d034730f21dc2 (patch)
treeb8348eddfa230b7b415e15c97ad1b281fef77532 /testing/scstadmin
parented94564ed61488a42c25d91fed88fd3429a95c57 (diff)
downloadaports-8b8dd3e2f3fe24fda4ea446a801d034730f21dc2.tar.bz2
aports-8b8dd3e2f3fe24fda4ea446a801d034730f21dc2.tar.xz
testing/scstadmin: bump version to 2.0.0 stable
Diffstat (limited to 'testing/scstadmin')
-rw-r--r--testing/scstadmin/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/scstadmin/APKBUILD b/testing/scstadmin/APKBUILD
index 85350e0675..6f07cce35c 100644
--- a/testing/scstadmin/APKBUILD
+++ b/testing/scstadmin/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=scstadmin
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="SCST administration tool written in perl"
url="http://scst.sourceforge.net"
arch="x86_64"
@@ -12,12 +12,11 @@ makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
# increase pkgrel when updating svn rev
-_svn="3161"
-source="http://alpine.nethq.org/distfiles/$pkgname-$pkgver-svn-$_svn.tar.gz
+source="http://downloads.sourceforge.net/scst/$pkgname-$pkgver.tar.gz
scst-init-ash-comapt.patch
"
-_builddir="$srcdir"/$pkgname
+_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$_builddir"/scstadmin.sysfs/scst-0.9.00
@@ -35,5 +34,5 @@ package() {
install -Dm755 init.d/scst.gentoo "$pkgdir"/etc/init.d/scstadmin || return 1
}
-md5sums="8f60857b6545dd60d7d26342aba038f1 scstadmin-2.0.0-svn-3161.tar.gz
+md5sums="ae94761148cc4eaade2973ba84387825 scstadmin-2.0.0.tar.gz
061580b8ec84b5f7da0b1332601f505a scst-init-ash-comapt.patch"