summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous Coward2021-03-07 21:07:37 +0100
committerAnonymous Coward2021-03-07 21:07:37 +0100
commit183371bfb721a5956a61eb98aa5f65ca90175ba5 (patch)
tree5563fd559b55546a9aa64ff0a618d4fb7ce98721
parent98a22d8ab0d0b4ca8527e09dd82915cf1416cd7b (diff)
downloadaur-183371bfb721a5956a61eb98aa5f65ca90175ba5.tar.gz
remove dummy ls command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24999bb235e9..caaab1006300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-hide-activities-git
pkgdesc = A simple GNOME Shell extension to hide the Activities button from the status bar
pkgver = master.r11.2180572
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zeten30/HideActivities
arch = any
license = Unlicense
diff --git a/PKGBUILD b/PKGBUILD
index cbb6b805b37b..487a0fe1dc70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=gnome-shell-extension-hide-activities-git
_pkgname=${pkgname%-git}
pkgver=master.r11.2180572
-pkgrel=1
+pkgrel=2
pkgdesc="A simple GNOME Shell extension to hide the Activities button from the status bar"
arch=('any')
url="https://github.com/zeten30/HideActivities"
@@ -25,6 +25,5 @@ build() {
package() {
cd "$srcdir/$_pkgname"
install -d "$pkgdir/${_extdir}"
- ls -l
unzip "*.zip" -d "$pkgdir/${_extdir}"
}