diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-17 10:52:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-17 10:52:42 -0300 |
commit | fdaabb954499a1745415e66d28e8b53bc9d83d74 (patch) | |
tree | 0fdc8f8e9d998acc551bed075a5b092506695c4d /libre/libosinfo/PKGBUILD | |
parent | 9064eb394f122ccd39a17394bd65bef3676f948f (diff) | |
download | abslibre-fdaabb954499a1745415e66d28e8b53bc9d83d74.tar.gz abslibre-fdaabb954499a1745415e66d28e8b53bc9d83d74.tar.bz2 abslibre-fdaabb954499a1745415e66d28e8b53bc9d83d74.zip |
libosinfo-0.3.1-1.parabola1: updating version
Diffstat (limited to 'libre/libosinfo/PKGBUILD')
-rw-r--r-- | libre/libosinfo/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/libosinfo/PKGBUILD b/libre/libosinfo/PKGBUILD index c092b480c..fe192039e 100644 --- a/libre/libosinfo/PKGBUILD +++ b/libre/libosinfo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 159646 2016-01-31 03:46:54Z bgyorgy $ +# $Id: PKGBUILD 182699 2016-07-12 18:48:59Z bgyorgy $ # Maintainer (Arch): Balló György <ballogyor+arch at gmail dot com> # Contributor (Arch): Stefano Facchini <stefano.facchini@gmail.com> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Daniel Milewski <niitotantei@gmail.com> pkgname=libosinfo -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1.parabola1 pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support, without support for nonfree systems" arch=('i686' 'x86_64' 'armv7h') @@ -18,8 +18,8 @@ replaces=(${pkgname}-libre) options=('!libtool') source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz libre.patch) -sha256sums=('538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc' - 'a74ec92c664d4eb5856ea30fa081b803390077aa4aced524cea85a71a8e16799') +sha256sums=('50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894' + '5d376a134e9bf240e50618431ac916dbde43e2553e6cfa423e03f83954e3096f') prepare() { cd $pkgname-$pkgver @@ -38,7 +38,7 @@ prepare() { build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-udev \ + --enable-udev \ --with-udev-rulesdir=/usr/lib/udev/rules.d \ --with-usb-ids-path=/usr/share/hwdata/usb.ids \ --with-pci-ids-path=/usr/share/hwdata/pci.ids |