summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2020-03-11 16:32:52 +1100
committerJohn-Michael Mulesa2020-03-11 16:32:52 +1100
commitf22f1e0b2cf04a189eb1bd4cd43a72a151e8697e (patch)
treeada6f9607ef3939ec4c50d50b597e33efa60b0c8
parentfc1912ea0ea81a5763178ea4ca5ef85216580a9e (diff)
downloadaur-f22f1e0b2cf04a189eb1bd4cd43a72a151e8697e.tar.gz
Update to 4.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab85c069cf3d..58785dc11418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grip
pkgdesc = A cd-player and ripper for the Gnome desktop
- pkgver = 4.1.0
+ pkgver = 4.1.1
pkgrel = 1
url = http://sourceforge.net/projects/grip/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = grip
depends = id3lib
depends = cdparanoia
optdepends = yelp: to display the help and notices
- source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.1.0.tar.gz
- sha1sums = 96147f8560eb8df0f48fffe32b03f9d36592ca08
+ source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.1.1.tar.gz
+ sha1sums = 667b2eab4656b922e6fd5969bd68883b9b649d9a
pkgname = grip
diff --git a/PKGBUILD b/PKGBUILD
index 7301b9ae59db..5653b9e02a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=grip
-pkgver=4.1.0
+pkgver=4.1.1
pkgrel=1
pkgdesc="A cd-player and ripper for the Gnome desktop"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://sourceforge.net/projects/grip/"
depends=('curl' 'id3lib' 'cdparanoia')
optdepends=('yelp: to display the help and notices')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('96147f8560eb8df0f48fffe32b03f9d36592ca08')
+sha1sums=('667b2eab4656b922e6fd5969bd68883b9b649d9a')
build() {
cd ${pkgname}-${pkgver}