[arch-commits] Commit in libxdg-basedir/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Jan 3 10:58:39 UTC 2014


    Date: Friday, January 3, 2014 @ 11:58:39
  Author: bpiotrowski
Revision: 103329

upgpkg: libxdg-basedir 1.2.0-2

remove static libraries

Modified:
  libxdg-basedir/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-03 10:53:51 UTC (rev 103328)
+++ PKGBUILD	2014-01-03 10:58:39 UTC (rev 103329)
@@ -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




More information about the arch-commits mailing list