summaryrefslogtreecommitdiff
path: root/community/libxdg-basedir/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libxdg-basedir/PKGBUILD')
-rw-r--r--community/libxdg-basedir/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/libxdg-basedir/PKGBUILD b/community/libxdg-basedir/PKGBUILD
index 235454f07..98667df64 100644
--- a/community/libxdg-basedir/PKGBUILD
+++ b/community/libxdg-basedir/PKGBUILD
@@ -3,26 +3,26 @@
pkgname=libxdg-basedir
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="An implementation of the XDG Base Directory specifications."
arch=('i686' 'x86_64')
url="http://n.ethz.ch/student/nevillm/download/libxdg-basedir"
license=('MIT')
depends=('glibc')
-source=(http://n.ethz.ch/student/nevillm/download/${pkgname}/${pkgname}-${pkgver}.tar.gz
- 'LICENSE')
-sha1sums=('b924afe4e29c52358ad67476887e9ca0dcf90f7c'
+source=(https://github.com/devnev/$pkgname/archive/$pkgname-$pkgver.tar.gz
+ 'LICENSE')
+sha1sums=('e671b01b17c8cf785d95dd3aefa93e7cf31e56a5'
'c76efede60d0632d4241d718919d8b4ec62056b3')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/$pkgname-$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./autogen.sh --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/$pkgname-$pkgname-$pkgver"
make DESTDIR=${pkgdir} install
# Install MIT license