summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNattgew2017-11-04 12:01:37 -0700
committerNattgew2017-11-04 12:01:37 -0700
commite66cabd6cde8fddf39060eb8af95935ed748fb75 (patch)
tree2cbc6ccbdc1182c3d7926f74e3185e6d7d7f1a45
parentc2d379f2b5eff858d2b3609b1c878e381b59c868 (diff)
downloadaur-e66cabd6cde8fddf39060eb8af95935ed748fb75.tar.gz
Fix permissions by not breaking them
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b28f87a397d..69c3f30b07cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-bitcoin-markets-git
pkgdesc = Displays Bitcoin and Altcoin market information in the Gnome Shell.
pkgver = 176.6a12763
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/
arch = any
license = MIT
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/*
}