summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b483e6189f..dbe60debbf34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Jan 31 09:44:32 UTC 2018
pkgbase = herrie
pkgdesc = Minimalistic music player for the command line
pkgver = 2.2
pkgrel = 4
- url = http://herrie.info
- arch = i686
+ url = https://github.com/EdSchouten/herrie
arch = x86_64
license = custom
depends = libmodplug
@@ -13,9 +14,7 @@ pkgbase = herrie
depends = libmad
depends = curl
depends = glib2
- provides = herrie-git
- conflicts = herrie-git
- source = http://herrie.info/distfiles/herrie-2.2.tar.bz2
+ source = herrie-2.2.tar.bz2::https://github.com/EdSchouten/herrie/releases/download/herrie-2.2/herrie-2.2.tar.bz2
md5sums = 88832b10298ab89473730eb0c93b6ddf
pkgname = herrie
diff --git a/PKGBUILD b/PKGBUILD
index 9c12c3e856a9..a1d2f234fb9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,11 @@ pkgname=herrie
pkgver=2.2
pkgrel=4
pkgdesc="Minimalistic music player for the command line"
-url="http://herrie.info"
-arch=('i686' 'x86_64')
+url="https://github.com/EdSchouten/herrie"
+arch=('x86_64')
license=('custom')
depends=('libmodplug' 'libsndfile' 'libid3tag' 'libxspf' 'libmad' 'curl' 'glib2')
-provides=('herrie-git')
-conflicts=('herrie-git')
-source=($url/distfiles/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.bz2::$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('88832b10298ab89473730eb0c93b6ddf')
prepare() {
@@ -33,6 +31,6 @@ build() {
package() {
cd $pkgname-$pkgver
- make DESTDIR=$pkgdir install
- install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-} \ No newline at end of file
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}