summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Schmiade2019-03-07 21:28:21 +0100
committerTimo Schmiade2019-03-07 21:28:21 +0100
commit065fee515dfbe60dc69c3805f6dcde9aeba31a29 (patch)
tree7d240bde069690d821d72b437b9064da6d096a83 /PKGBUILD
parentf1e733c73d0f883ce3201c0510f62fffd118a1c1 (diff)
downloadaur-cdrip.tar.gz
Update for cdrip version 3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c939b9db61dc..5340f6e070db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Timo Schmiade <the_isz@gmx.de>
pkgname=cdrip
-pkgver=3.0
-pkgrel=1
+pkgver=3.1
+pkgrel=0
pkgdesc="A cdparanoia, lame and musicbrainz.org frontend written in python."
arch=("any")
url="https://gitlab.com/the_isz/cdrip"
@@ -10,7 +10,7 @@ license=("GPL")
depends=("python" "python-musicbrainzngs" "python-eyed3" "python-discid" "cdparanoia")
options=(!emptydirs)
source=("https://gitlab.com/the_isz/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=("0ab1c2223c66c4b6bf92cd3820d7eb33")
+md5sums=("5afce9706699687fb31b539727596bd6")
package() {
cd "$srcdir/$pkgname-$pkgver/deployment"