summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel2017-06-15 20:33:26 -0700
committerJoel2017-06-15 20:33:26 -0700
commit4d83025c39a2814c2f660912dbf405ffe86ffadc (patch)
treed348e5b755b335fd747a9aca7135fc0045ea23a3
parent094a6c4b42b9892221a29ba989ab9daeed36f75d (diff)
downloadaur-gtk-theme-aurora-nuevo.tar.gz
changed source to launchpad
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb835ceb324..0f72b0846086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gtk-theme-aurora-nuevo
pkgdesc = Easy On The Eyes GTK 3.20 + Themes.
- pkgver = 1
+ pkgver = 2
pkgrel = 0
- url = https://www.gnome-look.org/p/1172793/
+ url = http://www.noobslab.com/2017/05/try-aurora-next-and-aurora-nuevo-theme.html
arch = any
license = GPL
depends = gtk3>=3.20
- source = https://dl.opendesktop.org/api/files/download/id/1489560936/Aurora-Nuevo-Themes.tar.xz
- sha256sums = 201f7b966282c8e97b738d615f748c89af6e305bd3c90b8bf7fd295e701f187c
+ source = https://launchpadlibrarian.net/318148345/aurora-nuevo_3.24~zesty~NoobsLab.com.tar.gz
+ sha256sums = dfd14d87c0956effbbe4fcb624fe31c97332d54a123d35a0b8342c507ff73bd4
pkgname = gtk-theme-aurora-nuevo
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/{}" \;
}