summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-07-25 18:06:21 +0200
committerJohannes Dewender2013-07-25 18:06:21 +0200
commitc366315ae9314da81b2e93258d7de68c4e46e4bb (patch)
tree9c97098bad35edb07cdb3fc0cbb02ff7728026ea
parent4538521e99b47b2d11da2f74b14ab736bd0a0932 (diff)
downloadaur-c366315ae9314da81b2e93258d7de68c4e46e4bb.tar.gz
image-id: 1.0.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5911f6ec40a..f9f355816c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = image-id
pkgdesc = A tool to compute the MusicBrainz disc ID from a CD image
- pkgver = master
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/kepstin/image-id
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = image-id
license = GPL2
depends = libdiscid
depends = libmirage>=2.0.0
- source = image-id-master.zip::https://github.com/kepstin/image-id/archive/master.zip
- md5sums = 86155dbcf8c2b7ac5df8cb242196b9ea
+ source = https://github.com/kepstin/image-id/releases/download/v1.0.1/image-id-1.0.1.tar.gz
+ md5sums = c805ad7e59d2d8bbcde867f7a65a8f05
pkgname = image-id
diff --git a/PKGBUILD b/PKGBUILD
index bea8bd467634..5e71a280cc78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Johannes Dewender arch at JonnyJD dot net
pkgname=image-id
-pkgver=master
+pkgver=1.0.1
pkgrel=1
pkgdesc="A tool to compute the MusicBrainz disc ID from a CD image"
arch=('x86_64' 'i686')
@@ -10,8 +10,8 @@ groups=()
depends=('libdiscid' 'libmirage>=2.0.0')
makedepends=()
options=()
-source=($pkgname-$pkgver.zip::https://github.com/kepstin/image-id/archive/master.zip)
-md5sums=('86155dbcf8c2b7ac5df8cb242196b9ea')
+source=(https://github.com/kepstin/image-id/releases/download/v$pkgver/$pkgname-${pkgver}.tar.gz)
+md5sums=('c805ad7e59d2d8bbcde867f7a65a8f05')
prepare() {
cd "$srcdir/$pkgname-$pkgver"