summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2015-12-01 19:50:40 -0500
committerMario Finelli2015-12-01 19:50:40 -0500
commit16a37c12590a0aa4f7487b440efa8eb0f94bf313 (patch)
tree11d9ac36f1bb7f9b1350d55638313068d4d6ec36
parentc789e18869d2ad7720dcbb4751217ab48d034c09 (diff)
downloadaur-16a37c12590a0aa4f7487b440efa8eb0f94bf313.tar.gz
Bump to version 0.3.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93df26058b84..e5224e035584 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xfce-theme-manager
pkgdesc = A theme manager allowing easy configuration of themes, window borders, controls, icons and cursors for Xfce.
- pkgver = 0.3.6
- pkgrel = 2
- url = http://keithhedger.hostingsiteforfree.com/pages/apps.html#themeed
+ pkgver = 0.3.7
+ pkgrel = 1
+ url = http://khapplications.darktech.org/pages/apps.html#themeed
arch = i686
arch = x86_64
license = GPL3
@@ -14,8 +14,8 @@ pkgbase = xfce-theme-manager
depends = libxcursor
depends = libxfce4ui
optdepends = xfce4-composite-editor: A simple GUI to tweak xfwm, can be launched from xfce-theme-manager
- source = http://keithhedger.hostingsiteforfree.com/zips/xfcethememanager/Xfce-Theme-Manager-0.3.6.tar.gz
- sha256sums = fb9782c30bde3db988f98895ab5600d4d55b03dcc0fe4f2fd16216d4c95dfb11
+ source = https://dl.dropboxusercontent.com/s/bh16k3am8q7zvat/Xfce-Theme-Manager-0.3.7.tar.gz
+ sha256sums = cfbf937a4029a4f36472b84f4bd939eb7f0f40e26f7010aa177a8431cb145fed
pkgname = xfce-theme-manager
diff --git a/PKGBUILD b/PKGBUILD
index 59ad210b1df7..934391e71b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=xfce-theme-manager
_pkgname=Xfce-Theme-Manager
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.7
+pkgrel=1
pkgdesc="A theme manager allowing easy configuration of themes, window borders, controls, icons and cursors for Xfce."
arch=('i686' 'x86_64')
-url="http://keithhedger.hostingsiteforfree.com/pages/apps.html#themeed"
+url="http://khapplications.darktech.org/pages/apps.html#themeed"
license=("GPL3")
depends=('gdk-pixbuf2' 'cairo' 'libxcursor' 'libxfce4ui')
optdepends=('xfce4-composite-editor: A simple GUI to tweak xfwm, can be launched from xfce-theme-manager')
makedepends=('pkg-config' 'make' 'autoconf')
-source=("http://keithhedger.hostingsiteforfree.com/zips/xfcethememanager/$_pkgname-${pkgver}.tar.gz")
-sha256sums=('fb9782c30bde3db988f98895ab5600d4d55b03dcc0fe4f2fd16216d4c95dfb11')
+source=("https://dl.dropboxusercontent.com/s/bh16k3am8q7zvat/$_pkgname-${pkgver}.tar.gz")
+sha256sums=('cfbf937a4029a4f36472b84f4bd939eb7f0f40e26f7010aa177a8431cb145fed')
build() {
cd "$srcdir"/$_pkgname-$pkgver