summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2021-07-08 09:15:21 +1000
committerJohn-Michael Mulesa2021-07-08 09:15:21 +1000
commit2c1d9b07a4d7006e845c8b28b3fca845f158a345 (patch)
tree7ec1f97bca8784dba8457bb6cba2a9d6e9072c52
parent33a47a86e0f78b345c44f2cc718d7fe9cdae98ad (diff)
downloadaur-2c1d9b07a4d7006e845c8b28b3fca845f158a345.tar.gz
Fix hash.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a13efc6c50..9e55cc304c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grip
pkgdesc = A cd-player and ripper for the Gnome desktop
pkgver = 4.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/grip/
arch = i686
arch = x86_64
@@ -14,6 +14,6 @@ pkgbase = grip
depends = gtk2
optdepends = yelp: to display the help and notices
source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.2.2.tar.gz
- sha1sums = 69257a570beb0ed5d9e503134a4c65cc2ec7d3f3
+ sha1sums = ad82b5740a51d8c0f973850568a312bf5399a8aa
pkgname = grip
diff --git a/PKGBUILD b/PKGBUILD
index 50ddfcdebf7e..6de898531414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=grip
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cd-player and ripper for the Gnome desktop"
arch=('i686' 'x86_64')
license=('GPL')
@@ -12,7 +12,7 @@ depends=('curl' 'id3lib' 'cdparanoia' 'gtk2')
makedepends=('pkgconfig' 'make')
optdepends=('yelp: to display the help and notices')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('69257a570beb0ed5d9e503134a4c65cc2ec7d3f3')
+sha1sums=('ad82b5740a51d8c0f973850568a312bf5399a8aa')
build() {
cd ${pkgname}-${pkgver}