diff options
author | godlikemouse | 2016-11-30 12:03:47 -0500 |
---|---|---|
committer | godlikemouse | 2016-11-30 12:03:47 -0500 |
commit | bba0f58980976beb08a27828b51c22292643b936 (patch) | |
tree | 6e0b5e47d4fef230843490b9a637e7c3325f85e1 /PKGBUILD | |
parent | a18bcc234fb1cb56ceb1c6be93f3500d988eba0e (diff) | |
download | aur-bba0f58980976beb08a27828b51c22292643b936.tar.gz |
Added release support and upgraded to version 1.0.1 with fixes for internationalization in web searches.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ # Maintainer: Jason Graves <j.graves@collaboradev.com> pkgname=xfce4-finder -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Smart and intuitive application finder, complete with theme and customization support." arch=('any') -url='https://github.com/godlikemouse/xfce4-finder' +url="https://github.com/godlikemouse/xfce4-finder/archive/$pkgver.tar.gz" license=('MIT') groups=('xfce4') depends=('glib2' 'gtkmm3' 'garcon' 'xfconf' 'libxfce4util' 'libxfce4ui') |