summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2020-04-29 08:16:47 -0500
committerdudemanguy2020-04-29 08:16:47 -0500
commitdc9f3ee0a376ba66298f2905140cfeaeead4e8f3 (patch)
treeeeecd47b8c61cd1e601524fd11f8fa7ca2ef6a25
parentc8aff99c60d4510ba0f57635d0710b37f68c5af0 (diff)
downloadaur-dc9f3ee0a376ba66298f2905140cfeaeead4e8f3.tar.gz
forgot to add sha256sums to patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66b2959483f..26ed36d3e6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-patched-filechooser-icon-view
pkgdesc = GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch.
pkgver = 3.24.20
- pkgrel = 1
+ pkgrel = 1.1
epoch = 1
url = https://github.com/Dudemanguy911/gtk
install = gtk3.install
@@ -59,7 +59,7 @@ pkgbase = gtk3-patched-filechooser-icon-view
sha256sums = SKIP
sha256sums = 01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202
sha256sums = a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229
- sha256sums = SKIP
+ sha256sums = 20684cfc1b4845f5feb57328f4433c3bd9756cf2c91b845234945cd7362c672b
pkgname = gtk3-patched-filechooser-icon-view
diff --git a/PKGBUILD b/PKGBUILD
index 21e4a1590e1b..88efd7bf2789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gtk3-patched-filechooser-icon-view
pkgver=3.24.20
-pkgrel=1
+pkgrel=1.1
epoch=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
arch=(x86_64)
@@ -31,7 +31,7 @@ source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
sha256sums=('SKIP'
'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229'
- 'SKIP')
+ '20684cfc1b4845f5feb57328f4433c3bd9756cf2c91b845234945cd7362c672b')
pkgver() {
cd gtk
git describe --tags | sed 's/-/+/g'