summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2012-10-23 12:50:44 +0200
committerAntoine Lubineau2012-10-23 12:50:44 +0200
commit7a475bc1ce32faf05ed036c94b071baa057f33cb (patch)
tree39eab4ca3b8dd6498c2047d1e5759f02a6bf937c
parent28601a3ee18847f76aea061a16a4183dbf416622 (diff)
downloadaur-7a475bc1ce32faf05ed036c94b071baa057f33cb.tar.gz
setcd: remove glibc dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fd7acdf2e2a..eb12f668393f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = setcd
arch = i686
arch = x86_64
license = GPL
- depends = glibc
source = http://ftp.de.debian.org/debian/pool/main/s/setcd/setcd_1.5.orig.tar.gz
source = http://ftp.de.debian.org/debian/pool/main/s/setcd/setcd_1.5-6.diff.gz
- md5sums = 60af6bc161aec0019be44c05a611c64f
- md5sums = da9b4f89debac263b44cda1cb06e548b
+ sha256sums = 66187e4b0774467c7316ed12ae168f928520ce4497ea16df0b799d98d8488156
+ sha256sums = a0c6f01afac08144359e37e97db3cf66651dd01bcd3421fd58a01ff300d93e8e
pkgname = setcd
diff --git a/PKGBUILD b/PKGBUILD
index f142d097a377..a222a5464a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,10 @@ pkgdesc="Control the behaviour of your cdrom device"
arch=('i686' 'x86_64')
url="http://packages.debian.org/squeeze/setcd"
license=('GPL')
-depends=('glibc')
-source=(
- "http://ftp.de.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${_basever}.orig.tar.gz"
- "http://ftp.de.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${_basever}-${_extver}.diff.gz"
-)
-md5sums=('60af6bc161aec0019be44c05a611c64f'
- 'da9b4f89debac263b44cda1cb06e548b')
+source=("http://ftp.de.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${_basever}.orig.tar.gz"
+ "http://ftp.de.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${_basever}-${_extver}.diff.gz")
+sha256sums=('66187e4b0774467c7316ed12ae168f928520ce4497ea16df0b799d98d8488156'
+ 'a0c6f01afac08144359e37e97db3cf66651dd01bcd3421fd58a01ff300d93e8e')
build() {
cd "$srcdir"