summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNattgew2017-11-04 12:01:37 -0700
committerNattgew2017-11-04 12:01:37 -0700
commite66cabd6cde8fddf39060eb8af95935ed748fb75 (patch)
tree2cbc6ccbdc1182c3d7926f74e3185e6d7d7f1a45 /PKGBUILD
parentc2d379f2b5eff858d2b3609b1c878e381b59c868 (diff)
downloadaur-gnome-shell-extension-bitcoin-markets-git.tar.gz
Fix permissions by not breaking them
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83f8d4ae21c5..8bb40b8c21f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-bitcoin-markets-git
pkgdesc="Displays Bitcoin and Altcoin market information in the Gnome Shell."
pkgver=176.6a12763
-pkgrel=5
+pkgrel=6
arch=(any)
url='https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/'
license=(MIT)
@@ -23,5 +23,5 @@ package() {
mkdir -p $pkgdir/usr/share/gnome-shell/extensions/bitcoin-markets@ottoallmendinger.github.com
unzip -q gnome-shell-bitcoin-markets.zip -d $pkgdir/usr/share/gnome-shell/extensions/bitcoin-markets@ottoallmendinger.github.com
#rm gnome-shell-bitcoin-markets.zip
- chmod -R 644 $pkgdir/usr/share/gnome-shell/extensions/*
+ #chmod -R 644 $pkgdir/usr/share/gnome-shell/extensions/*
}