summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2018-08-12 18:16:32 -0700
committerLlewelyn Trahaearn2018-08-12 18:16:32 -0700
commit1d65244cd87401893e57863b438c477c5899381c (patch)
treed4415b1142cba5ac728130caf7860b7f03f8a4c7
parent31cb248c7df4ea57f62a07ad59ce6a66b2bd5ebf (diff)
downloadaur-1d65244cd87401893e57863b438c477c5899381c.tar.gz
Fix misplaced file.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a6005f596a3..93c51658b672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-arch-update
pkgdesc = Convenient indicator for Arch Linux updates in GNOME Shell.
pkgver = 27
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RaphaelRochet/arch-update
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 92c323d321d7..f6db78438339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-arch-update
pkgver=27
-pkgrel=2
+pkgrel=3
pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell."
arch=('any')
url="https://github.com/RaphaelRochet/arch-update"
@@ -22,7 +22,8 @@ package() {
# Copy extension files into place.
find -maxdepth 1 \( -iname '*.js*' -or -iname '*.css' -or -iname '*.ui' \) -exec install -Dm644 -t "${_destdir}" '{}' +
find -maxdepth 2 \( -iname '*.svg*' \) -exec install -Dm644 -t "${_destdir}/icons" '{}' +
- find -name '*.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' +
+ install -Dm644 prefs.xml "${_destdir}"
+ find -name '*.gschema.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' +
cd locale
for locale in */
do