diff options
-rw-r--r-- | libre/gendesk-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/gendesk-libre/PKGBUILD b/libre/gendesk-libre/PKGBUILD index 8cef8f3a4..b2f5c7cea 100644 --- a/libre/gendesk-libre/PKGBUILD +++ b/libre/gendesk-libre/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=gendesk pkgname=gendesk-libre -pkgver=0.5.0 -pkgrel=1.1 +pkgver=0.5.2 +pkgrel=1 pkgdesc='Utility to generate .desktop files and download icons' arch=('x86_64' 'i686' 'mips64el') url='https://gitorious.org/ovruni/gendesk/' @@ -13,7 +13,7 @@ provides=("$_pkgname=$pkgver") replaces=("$_pkgname") conflicts=("$_pkgname") source=("http://gnu.org.pe/software/$_pkgname/$_pkgname-$pkgver.tar.xz") -md5sums=('0f7575a421e77cca9566e94e7aa5ed2a') +md5sums=('416e81aaa4d8963e229b6341a5c4db1a') build() { cd "$srcdir/$_pkgname-$pkgver" |