summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2018-03-17 15:49:27 -0400
committerJames An2018-03-17 15:49:27 -0400
commit1c21088620bdf8691c0a2c4df34b4124c7a169c2 (patch)
tree2f90fe1c898a09d052c27ba2b3886837db0d7428
parentd0c346dc5e921a8662ab77541329b926fdca599c (diff)
downloadaur-1c21088620bdf8691c0a2c4df34b4124c7a169c2.tar.gz
Fixed mismatched checksum for a source file.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa2b91bc0c21..4e25fb1dc240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alacarte-xfce
pkgdesc = Menu editor for Xfce
pkgver = 3.11.91.r18.g40c8c60
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnome.org
install = alacarte.install
arch = any
@@ -23,7 +23,7 @@ pkgbase = alacarte-xfce
source = alacarte::git+https://git.gnome.org/browse/alacarte
source = unicode.patch
md5sums = SKIP
- md5sums = 716728870e130fce53c412be5bb93d72
+ md5sums = 171d6819609a8e16d7950314dc78b352
pkgname = alacarte-xfce
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"