summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 140dcb172a21..6edad5d8e72e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
# Maintainer: Joel <aullidolunar (at) gmai1 dot c0m >
-_themeUrlId=1172793
-_themeDownloadId=1489560936
_themename=aurora-nuevo
-_themeurlfull=https://dl.opendesktop.org/api/files/download/id/1489560936/Aurora-Nuevo-Themes.tar.xz
pkgname=gtk-theme-${_themename}
-pkgver=1
+pkgver=2
pkgrel=0
pkgdesc="Easy On The Eyes GTK 3.20 + Themes."
arch=('any')
-url="https://www.gnome-look.org/p/${_themeUrlId}/"
+url="http://www.noobslab.com/2017/05/try-aurora-next-and-aurora-nuevo-theme.html"
license=('GPL')
depends=('gtk3>=3.20')
-source=(https://dl.opendesktop.org/api/files/download/id/${_themeDownloadId}/Aurora-Nuevo-Themes.tar.xz)
-sha256sums=('201f7b966282c8e97b738d615f748c89af6e305bd3c90b8bf7fd295e701f187c')
+source=(https://launchpadlibrarian.net/318148345/aurora-nuevo_3.24~zesty~NoobsLab.com.tar.gz)
+sha256sums=('dfd14d87c0956effbbe4fcb624fe31c97332d54a123d35a0b8342c507ff73bd4')
package() {
- cd "${srcdir}/Aurora-Nuevo-Themes"
+ cd "${srcdir}/Next-Aurora"
+ rm -rf debian
find . -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}