summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/atomicparsley/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/extra-testing/atomicparsley/PKGBUILD b/abs/extra-testing/atomicparsley/PKGBUILD
index a8d41ab..4108fa9 100644
--- a/abs/extra-testing/atomicparsley/PKGBUILD
+++ b/abs/extra-testing/atomicparsley/PKGBUILD
@@ -6,10 +6,12 @@ pkgdesc="command line program for reading, parsing and setting iTunes-style meta
arch=(i686 x86_64)
url="http://atomicparsley.sourceforge.net/"
license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/AtomicParsley-source-$pkgver.zip)
-md5sums=('681e6ecec2921c98e07a9262bdcd6cf2')
+source=(http://ftp.knoppmyth.net/R6/sources/$pkgname/AtomicParsley-source-$pkgver.tar.bz2)
+md5sums=('dfe6700089ca20c87f7f5293dee5df6c')
build() {
+ cd $startdir/src/
+ unzip AtomicParsley-source-$pkgver
cd $startdir/src/AtomicParsley-source-$pkgver
./build
install -D -m 755 AtomicParsley $startdir/pkg/usr/bin/AtomicParsley