diff options
-rw-r--r-- | pcr/xfce-theme-manager/PKGBUILD | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/pcr/xfce-theme-manager/PKGBUILD b/pcr/xfce-theme-manager/PKGBUILD index 46c30a6f0..5c028fbb5 100644 --- a/pcr/xfce-theme-manager/PKGBUILD +++ b/pcr/xfce-theme-manager/PKGBUILD @@ -1,19 +1,22 @@ -# Maintainer (Arch): Mario Finelli <mtfinelli at gmail dot com> -# Contributor (Arch): Martin F. Schumann <mfs at mfs dot name> +# Maintainer (AUR): Mario Finelli <mario dot finelli at yahoo dot com> +# Contributor (AUR): Martin F. Schumann <mfs at mfs dot name> + +# parabola changes and rationale: +# no changes. pkgname=xfce-theme-manager _pkgname=Xfce-Theme-Manager -pkgver=0.3.6 -pkgrel=1 +pkgver=0.3.7 +pkgrel=2 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" +arch=('i686' 'x86_64' 'armv7h') +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") -md5sums=('e0be6ddcf9d063253fa92e8f71b7316d') +source=("https://dl.dropboxusercontent.com/s/bh16k3am8q7zvat/$_pkgname-${pkgver}.tar.gz") +sha256sums=('5cb5970cb08bdf76a1ae326d974f1d504e3c94e04a2737ecfa7703fe96e47f53') build() { cd "$srcdir"/$_pkgname-$pkgver |