summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39dc874da0be..560f7857f95f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cdrip
pkgdesc = A cdparanoia, lame and musicbrainz.org frontend written in python.
- pkgver = 3.0
- pkgrel = 1
+ pkgver = 3.1
+ pkgrel = 0
url = https://gitlab.com/the_isz/cdrip
arch = any
license = GPL
@@ -11,8 +11,8 @@ pkgbase = cdrip
depends = python-discid
depends = cdparanoia
options = !emptydirs
- source = https://gitlab.com/the_isz/cdrip/-/archive/3.0/cdrip-3.0.tar.gz
- md5sums = 0ab1c2223c66c4b6bf92cd3820d7eb33
+ source = https://gitlab.com/the_isz/cdrip/-/archive/3.1/cdrip-3.1.tar.gz
+ md5sums = 5afce9706699687fb31b539727596bd6
pkgname = cdrip
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"