summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5db606f0f7..87468070f3cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gtk-theme-inspire-ui
pkgdesc = feren OS theme, based on Arc Theme. Only works in GNOME 3.18+ and also comes with a Cinnamon Theme
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnome-look.org/p/1013327/
arch = any
license = GPL3
depends = gtk3
depends = gtk-engine-murrine
- source = https://github.com/feren-OS/feren-theme/archive/master.zip
- md5sums = ecf732c38eeeb7bc6117751f1002005c
+ source = https://github.com/feren-OS/feren-theme/archive/9c9e2585045c169625f1535190f98d9187ae12f9.zip
+ md5sums = 0762f9d64d5eab4aef0d5ceb52c2b32f
pkgname = gtk-theme-inspire-ui
diff --git a/PKGBUILD b/PKGBUILD
index 0b1b88b1947a..f28012a3438c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Joan Figueras <ffigue {at} gmail {dot} com>
pkgname=gtk-theme-inspire-ui
-_pkgname=feren-theme-master
+_pkgname=feren-theme
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="feren OS theme, based on Arc Theme. Only works in GNOME 3.18+ and also comes with a Cinnamon Theme"
arch=('any')
url="https://www.gnome-look.org/p/1013327/"
license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine' )
-source=("https://github.com/feren-OS/feren-theme/archive/master.zip")
-md5sums=('ecf732c38eeeb7bc6117751f1002005c')
+_commit=9c9e2585045c169625f1535190f98d9187ae12f9
+source=("https://github.com/feren-OS/feren-theme/archive/${_commit}.zip")
+md5sums=('0762f9d64d5eab4aef0d5ceb52c2b32f')
package() {
- cd $srcdir
mkdir -p $pkgdir/usr/share/themes
- cd ${_pkgname}
+ cd ${_pkgname}-${_commit}
cp -r feren{,-dark} $pkgdir/usr/share/themes
}