summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel2016-11-07 12:42:01 -0800
committerJoel2016-11-07 12:42:01 -0800
commitbb35122627a59438660be067998116bae6571d75 (patch)
tree5917459eb83c2003ddd49f359d5c73c17ce143e8
parent48747427ca568944ff1185123a930a13f0559a89 (diff)
downloadaur-bb35122627a59438660be067998116bae6571d75.tar.gz
Update to version5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2416839cba2f..b04e44791bee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gtk-theme-hooli
pkgdesc = gtk theme inspired by the name of Silicon Valley American teledrama.
- pkgver = 4
- pkgrel = 0
+ pkgver = 5
+ pkgrel = 1
url = https://www.gnome-look.org/p/1102901/
arch = any
license = CC by SA3
depends = gtk3>3.14
- source = Hooli-master.zip::https://dl.opendesktop.org/api/files/download?id=1466765754
- sha256sums = e7509267f1ec402e7bcd0d1d142816fb67a5e5a4a6d161ae6e1ada57d6f33da5
+ source = Hooli-master.zip::https://dl.opendesktop.org/api/files/download?id=1475492266
+ sha256sums = 3c4fc526eb35ceaaec400b7532f6857b5a518a08c446e28a1f86c6893bcf4f38
pkgname = gtk-theme-hooli
diff --git a/PKGBUILD b/PKGBUILD
index 4d72034fe838..929c45b5f653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: Joel <aullidolunar (at) gmai1 dot c0m >
-_themeid=1466765754
+_themeid=1475492266
_themename=hooli
_themeurl=1102901
+_themeurlfull=https://dl.opendesktop.org/api/files/download/id/1475492266/Hooli%20Theme%20Final%20version.zip
pkgname=gtk-theme-${_themename}
-pkgver=4
-pkgrel=0
+pkgver=5
+pkgrel=1
pkgdesc="gtk theme inspired by the name of Silicon Valley American teledrama."
arch=('any')
url="https://www.gnome-look.org/p/${_themeurl}/"
license=('CC by SA3')
depends=('gtk3>3.14')
source=(Hooli-master.zip::https://dl.opendesktop.org/api/files/download?id=${_themeid})
-sha256sums=('e7509267f1ec402e7bcd0d1d142816fb67a5e5a4a6d161ae6e1ada57d6f33da5')
+sha256sums=('3c4fc526eb35ceaaec400b7532f6857b5a518a08c446e28a1f86c6893bcf4f38')
package() {
- cd "Hooli-master v4/Hooli"
+ cd "Hooli Theme Final version/Hooli"
find . -type f -not -name .gitignore -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/${_themename}/{}" \;
}