diff options
Diffstat (limited to 'community/libxdg-basedir/PKGBUILD')
-rw-r--r-- | community/libxdg-basedir/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libxdg-basedir/PKGBUILD b/community/libxdg-basedir/PKGBUILD index 755f4ad35..116b633a7 100644 --- a/community/libxdg-basedir/PKGBUILD +++ b/community/libxdg-basedir/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Ondrej Martinak <omartinak@gmail.com> pkgname=libxdg-basedir -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc="An implementation of the XDG Base Directory specifications." arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ depends=('glibc') source=(http://n.ethz.ch/student/nevillm/download/${pkgname}/${pkgname}-${pkgver}.tar.gz 'LICENSE') options=('!libtool') -sha1sums=('133b2b66a6ea43560f4ac41d1235d3282e31da84' +sha1sums=('b924afe4e29c52358ad67476887e9ca0dcf90f7c' 'c76efede60d0632d4241d718919d8b4ec62056b3') build() { |