summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2021-09-01 14:46:02 +1000
committerJohn-Michael Mulesa2021-09-01 14:46:02 +1000
commit2207f4e81c599ca303af9011cc76a030104215b2 (patch)
tree0b8c2d1aef595894b84aafd8aabd7bc0786f86c4
parent2c1d9b07a4d7006e845c8b28b3fca845f158a345 (diff)
downloadaur-2207f4e81c599ca303af9011cc76a030104215b2.tar.gz
Update to 4.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e55cc304c8a..73faca10280b 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 = 2
+ pkgver = 4.2.3
+ pkgrel = 1
url = http://sourceforge.net/projects/grip/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = grip
depends = cdparanoia
depends = gtk2
optdepends = yelp: to display the help and notices
- source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.2.2.tar.gz
- sha1sums = ad82b5740a51d8c0f973850568a312bf5399a8aa
+ source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.2.3.tar.gz
+ sha1sums = 7e17df75900884ccc74cc337b22679dcf0116411
pkgname = grip
diff --git a/PKGBUILD b/PKGBUILD
index 6de898531414..d194898bc4e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=grip
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
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=('ad82b5740a51d8c0f973850568a312bf5399a8aa')
+sha1sums=('7e17df75900884ccc74cc337b22679dcf0116411')
build() {
cd ${pkgname}-${pkgver}