summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Dziedzic2013-04-10 16:04:47 +0000
committerThomas Dziedzic2013-04-10 16:04:47 +0000
commit439cd06fa14e58d82b431bb931a50bdaef3227ac (patch)
tree5de8b780330c4ce108353bf1624ebe90294f18f6
parent66adda1139b856b3a523d6b2f2804c3cd667b6ac (diff)
downloadaur-439cd06fa14e58d82b431bb931a50bdaef3227ac.tar.gz
updated on Wed Apr 10 16:04:46 UTC 2013
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccc7507b3415..bcf068ec7a21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-config
pkgdesc = A tool to configure GTK theme colors.
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/satya164/gtk-theme-config
install = gtk-theme-config.install
@@ -14,8 +14,8 @@ pkgbase = gtk-theme-config
depends = hicolor-icon-theme
conflicts = gtk-theme-config-git
conflicts = gtk-theme-preferences-git
- source = gtk-theme-config-0.6.tar.gz::https://github.com/satya164/gtk-theme-config/tarball/v0.6
- md5sums = 4ecff9b669dfd174f251446d98095c95
+ source = gtk-theme-config-0.7.tar.gz::https://github.com/satya164/gtk-theme-config/tarball/v0.7
+ md5sums = b5108f565ddd4cccdad5955af426bc03
pkgname = gtk-theme-config
diff --git a/PKGBUILD b/PKGBUILD
index d84ed24f00c4..d88af216b220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ner0
pkgname=gtk-theme-config
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="A tool to configure GTK theme colors."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('vala')
conflicts=('gtk-theme-config-git' 'gtk-theme-preferences-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/satya164/gtk-theme-config/tarball/v$pkgver")
install=gtk-theme-config.install
-md5sums=('4ecff9b669dfd174f251446d98095c95')
+md5sums=('b5108f565ddd4cccdad5955af426bc03')
package() {
cd satya164-*