summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2020-09-14 09:27:53 -0500
committerdudemanguy2020-09-14 09:27:53 -0500
commit2397d3a9e19f87822b0117c29b1336f82cd7b8c1 (patch)
tree7e537ae3449f0f54ecccb4979a9d2ffb6f9b4ee0
parent6ab2e7d7fad2cadf1e31a041b3e3b97df5027292 (diff)
downloadaur-2397d3a9e19f87822b0117c29b1336f82cd7b8c1.tar.gz
fix PKGBUILD typos/errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6074f58c03..db4c96eaeee4 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.23
- pkgrel = 1
+ pkgrel = 1.1
epoch = 1
url = https://github.com/Dudemanguy/gtk
install = gtk3.install
diff --git a/PKGBUILD b/PKGBUILD
index 13d5566a3f5f..39cc6f16ceff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gtk3-patched-filechooser-icon-view
pkgver=3.24.23
-pkgrel=1
+pkgrel=1.1
epoch=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
arch=(x86_64)
@@ -57,10 +57,10 @@ build() {
package() {
DESTDIR="$pkgdir" meson install -C build
- install -Dt "$pkgdir/usre/share/gtk-3.0/settings.ini" -m644 settings.ini
- install -Dt "$pkgdir/usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook" -m644 gtk-query-immodules-3.0.hook
+ install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
+ install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 gtk-query-immodules-3.0.hook
- # split these out to avoid file conflicts with gtk-update-icon-cache
+ # avoid file conflict with gtk-update-icon-cache
rm "$pkgdir/usr/bin/gtk-update-icon-cache"
}