summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*
}