summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeteros2017-12-07 10:35:57 +0000
committerTeteros2017-12-07 10:35:57 +0000
commit7c13cf88ce480380a817fb9c8115dd806a15fb74 (patch)
tree32e104f01d06aee3758a299e22576d239fbcdc51
parent1480a20ad79a96101241f2b3898516ca71759320 (diff)
downloadaur-7c13cf88ce480380a817fb9c8115dd806a15fb74.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30e54704da07..e514594cf530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-e17gtk-git
pkgdesc = A dark GTK2/GTK3 theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to GTK widgets.
- pkgver = V3.22.1.r0.gf17ed44
+ pkgver = V3.22.2.r1.gecebae2
pkgrel = 1
url = https://github.com/tsujan/E17gtk
arch = any
@@ -8,7 +8,7 @@ pkgbase = gtk-theme-e17gtk-git
makedepends = git
optdepends = enlightenment
optdepends = qt5-styleplugins: GTK+ rendering for QT5
- source = E17gtk::git+https://github.com/tsujan/E17gtk
+ source = git://github.com/tsujan/E17gtk
md5sums = SKIP
pkgname = gtk-theme-e17gtk-git
diff --git a/PKGBUILD b/PKGBUILD
index 3df173bdcc47..563f0f5989a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Teteros <teteros -at- openmailbox -dot- org>
+# Maintainer: Teteros <teteros at teknik dot io>
+
_pkgname=E17gtk
pkgname=gtk-theme-e17gtk-git
-pkgver=V3.22.1.r0.gf17ed44
+pkgver=V3.22.2.r1.gecebae2
pkgrel=1
pkgdesc="A dark GTK2/GTK3 theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to GTK widgets."
arch=('any')
@@ -9,7 +10,7 @@ url="https://github.com/tsujan/${_pkgname}"
license=('GPL')
optdepends=('enlightenment' 'qt5-styleplugins: GTK+ rendering for QT5')
makedepends=('git')
-source=("${_pkgname}::git+https://github.com/tsujan/${_pkgname}")
+source=("git://github.com/tsujan/${_pkgname}")
md5sums=('SKIP')
pkgver() {
@@ -18,6 +19,6 @@ pkgver() {
}
package() {
- mkdir -p "${pkgdir}/usr/share/themes"
- mv "${_pkgname}" "${pkgdir}/usr/share/themes/${_pkgname}"
+ install -d "${pkgdir}/usr/share/themes"
+ cp -a "${_pkgname}" "${pkgdir}/usr/share/themes/${_pkgname}"
}