diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2009-03-07 12:13:58 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2009-03-07 12:49:43 +1100 |
commit | 77bec3609741d458d42f225f140f6b5a5c566612 (patch) | |
tree | c4a362dda6453441fec12e09ebf1a2bdc0fa968d /libcddb | |
parent | 360920e2298e137cf0edb6de297b86ceb1e7c60b (diff) | |
download | contrib-77bec3609741d458d42f225f140f6b5a5c566612.tar.gz contrib-77bec3609741d458d42f225f140f6b5a5c566612.tar.xz |
libcddb: 1.3.0 -> 1.3.1
Diffstat (limited to 'libcddb')
-rw-r--r-- | libcddb/.md5sum | 2 | ||||
-rw-r--r-- | libcddb/Pkgfile | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/libcddb/.md5sum b/libcddb/.md5sum index a18ba2065..ce77c9428 100644 --- a/libcddb/.md5sum +++ b/libcddb/.md5sum @@ -1 +1 @@ -e4a7f9579956c32b7f300eb12e9ea6df libcddb-1.3.0.tar.bz2 +9adeae462d6791ed8b75f2ec5fa7903b libcddb-1.3.1.tar.bz2 diff --git a/libcddb/Pkgfile b/libcddb/Pkgfile index 519f2e463..e4cda845c 100644 --- a/libcddb/Pkgfile +++ b/libcddb/Pkgfile @@ -2,15 +2,15 @@ # URL: http://libcddb.sourceforge.net/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Han Boetes, han at mijncomputer dot nl -# Depends on: +# Depends on: libcdio name=libcddb -version=1.3.0 +version=1.3.1 release=1 -source=(http://dl.sourceforge.net/libcddb/libcddb-$version.tar.bz2) +source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2) build() { - cd libcddb-$version + cd $name-$version ./configure \ --prefix=/usr \ @@ -20,4 +20,3 @@ build() { make make DESTDIR=$PKG install } - |