summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2018-03-17 15:49:27 -0400
committerJames An2018-03-17 15:49:27 -0400
commit1c21088620bdf8691c0a2c4df34b4124c7a169c2 (patch)
tree2f90fe1c898a09d052c27ba2b3886837db0d7428 /PKGBUILD
parentd0c346dc5e921a8662ab77541329b926fdca599c (diff)
downloadaur-1c21088620bdf8691c0a2c4df34b4124c7a169c2.tar.gz
Fixed mismatched checksum for a source file.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c95255b042e..a440541714aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=alacarte-xfce
_pkgname=${pkgname%-xfce}
pkgver=3.11.91.r18.g40c8c60
-pkgrel=1
+pkgrel=2
pkgdesc="Menu editor for Xfce"
arch=('any')
license=('LGPL')
@@ -21,7 +21,7 @@ install="$_pkgname.install"
source=("$_pkgname"::"git+https://git.gnome.org/browse/$_pkgname"
'unicode.patch')
md5sums=('SKIP'
- '716728870e130fce53c412be5bb93d72')
+ '171d6819609a8e16d7950314dc78b352')
pkgver() {
cd "$_pkgname"