diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 03:22:26 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 03:22:26 +0000 |
commit | 35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (patch) | |
tree | f00547d7fa71a3c490077d233f63c66efe8e5cac /core | |
parent | 7695869e55415ddd53069b90850a387e73f04f4e (diff) |
Mon Feb 17 03:19:04 UTC 2014
Diffstat (limited to 'core')
-rw-r--r-- | core/libusb/PKGBUILD (renamed from core/libusbx/PKGBUILD) | 14 | ||||
-rw-r--r-- | core/nilfs-utils/PKGBUILD | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/core/libusbx/PKGBUILD b/core/libusb/PKGBUILD index 76056363e..2dabc1e4b 100644 --- a/core/libusbx/PKGBUILD +++ b/core/libusb/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 197829 2013-10-30 11:05:34Z allan $ +# $Id: PKGBUILD 206056 2014-02-16 12:47:08Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> -pkgname=libusbx -pkgver=1.0.17 +pkgname=libusb +pkgver=1.0.18 pkgrel=1 depends=('glibc' 'systemd') pkgdesc="Library that provides generic access to USB device" @@ -9,9 +9,10 @@ arch=(i686 x86_64) url="http://libusbx.org" license=('LGPL') source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2) -replaces=('libusb1' 'libusb') -provides=("libusb=$pkgver") -conflicts=("libusb") +replaces=('libusb1' 'libusbx') +provides=("libusbx=$pkgver") +conflicts=("libusbx") +md5sums=('4a6d049923efc6496f1d383054dac1a6') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -28,4 +29,3 @@ package () { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('99467ca2cb81c19c4a172de9f30e7576') diff --git a/core/nilfs-utils/PKGBUILD b/core/nilfs-utils/PKGBUILD index 0be7c54d1..60140fc5a 100644 --- a/core/nilfs-utils/PKGBUILD +++ b/core/nilfs-utils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 197802 2013-10-30 10:38:00Z allan $ +# $Id: PKGBUILD 206066 2014-02-16 17:07:26Z dan $ # Maintainer: Dan McGee <dan@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=nilfs-utils -pkgver=2.1.5 -pkgrel=3 +pkgver=2.1.6 +pkgrel=1 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') url="http://www.nilfs.org/" @@ -12,11 +12,11 @@ license=('GPL2' 'LGPL2.1') backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('f072cc53c288492061b3199d63e32177') +md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f') build() { cd $pkgname-$pkgver - ./configure --sbindir=/usr/bin --enable-libmount + ./configure --sbindir=/usr/bin --with-libmount make } |