summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2017-07-18 23:24:33 +0200
committeractionless2017-07-18 23:24:33 +0200
commit8f346184d9019c74e6cab342e6125b8f287e9edc (patch)
tree3c0ad303308434037a3154292434f2a12e6b4853
parentb8e9e45e3ff494363b34eea2fa46e7e9be86dfef (diff)
downloadaur-8f346184d9019c74e6cab342e6125b8f287e9edc.tar.gz
update to 1.2.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718a3fa4aaa2..7f69925fc2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.2.7
- pkgrel = 3
+ pkgver = 1.2.8
+ pkgrel = 1
url = https://github.com/actionless/oomox
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 042530e88339..6c8d14d75723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Upstream URL: https://github.com/actionless/oomox
pkgname=oomox-git
-pkgver=1.2.7
-pkgrel=3
+pkgver=1.2.8
+pkgrel=1
pkgdesc="Graphical application for generating different color variations
of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2."
@@ -39,7 +39,7 @@ optdepends=(
pkgver() {
cd oomox
- git describe | sed 's/^v//;s/-/./g'
+ git describe | sed 's/^v//;s/-/+/g'
}
package() {