summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Del Castillo2021-01-22 13:11:00 -0500
committerKevin Del Castillo2021-01-22 13:11:00 -0500
commitdeeca354d378cdaea6f91656244f8db2812f142a (patch)
tree1b9d633cde4d3f47169258d3cf363d7d2ca0da77
parent8ae8607a79e5fc611f5e21bb4e3a1f3d7f41d9b6 (diff)
downloadaur-deeca354d378cdaea6f91656244f8db2812f142a.tar.gz
updpkg: 3, fix install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d3c032f232..260c9ee99465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-pop-shell-bin
pkgdesc = Pop Shell - Tiling window management in Gnome (precompiled)
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pop-os/shell
install = pop-shell.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f89e670d5b77..6628a68e1f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-pop-shell-bin
pkgdesc='Pop Shell - Tiling window management in Gnome (precompiled)'
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
arch=(any)
url='https://github.com/pop-os/shell'
license=('GPLv3')
@@ -36,6 +36,6 @@ package() {
local keybindings_dir='usr/share/gnome-control-center/keybindings'
install -Dm644 *.xml -t "${pkgdir}/${keybindings_dir}"
- install -Dm755 configure.sh -t "${pkgdir}/${extension_dir}/scripts/configure.sh"
+ install -Dm755 configure.sh "${pkgdir}/${extension_dir}/scripts/configure.sh"
cp -r "${srcdir}"/extension/* "${pkgdir}/${extension_dir}"
}