summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2016-01-11 21:32:11 +1000
committerJustin Dray2016-01-11 21:32:11 +1000
commit8ca8fc2cae8be215aecee65ed578971d7accfa9e (patch)
tree644f92e8bcc7a6b63172e7f320b72c305b1fa3e4
parent4b73f8f3f080854590da493bca355ba06b805c80 (diff)
downloadaur-8ca8fc2cae8be215aecee65ed578971d7accfa9e.tar.gz
Use my own mirror due to dodgy upstreams
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94cca2ad881a..d11f293f10b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 00:28:06 UTC 2016
+# Mon Jan 11 11:32:01 UTC 2016
pkgbase = gnome-shell-extension-topicons
pkgdesc = Shows legacy tray icons on top.
pkgver = 28
- pkgrel = 2
+ pkgrel = 3
url = https://extensions.gnome.org/extension/495/topicons/
arch = any
groups = gnome-shell-extensions
license = GPL
depends = gnome-shell
- source = https://extensions.gnome.org/download-extension/topIcons@adel.gadllah@gmail.com.shell-extension.zip?version_tag=5335
- sha256sums = 7d8743b1d9a57b8127b7a83af70f6ea54aa31716311aafa8564dc628cfd41b6d
+ source = https://repo.dray.be/package-files/topicons-28.tar.gz
+ sha256sums = 569760b6f62a8b9e40ac3a1b6fa44572bd86416008fff1f0ef8b54215e2ec8a6
pkgname = gnome-shell-extension-topicons
diff --git a/PKGBUILD b/PKGBUILD
index c4cd33c1252a..792e3303648e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-topicons
pkgver=28
-pkgrel=2
+pkgrel=3
pkgdesc="Shows legacy tray icons on top."
arch=('any')
url="https://extensions.gnome.org/extension/495/topicons/"
@@ -11,11 +11,12 @@ license=('GPL')
depends=('gnome-shell')
groups=('gnome-shell-extensions')
#source=("http://adel-dev.abaton.at/repo/topicons/snapshot/topicons-${pkgver}.tar.gz")
-source=("https://extensions.gnome.org/download-extension/topIcons@adel.gadllah@gmail.com.shell-extension.zip?version_tag=5335")
-sha256sums=('7d8743b1d9a57b8127b7a83af70f6ea54aa31716311aafa8564dc628cfd41b6d')
+source=("https://repo.dray.be/package-files/topicons-28.tar.gz")
+sha256sums=('569760b6f62a8b9e40ac3a1b6fa44572bd86416008fff1f0ef8b54215e2ec8a6')
package() {
uuid='topIcons@adel.gadllah@gmail.com'
+ cd "${srcdir}/topicons-${pkgver}"
install -Dm644 "metadata.json" \
"${pkgdir}/usr/share/gnome-shell/extensions/${uuid}/metadata.json"