summaryrefslogtreecommitdiff
path: root/libre/libosinfo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/libosinfo/PKGBUILD')
-rw-r--r--libre/libosinfo/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/libre/libosinfo/PKGBUILD b/libre/libosinfo/PKGBUILD
index 8449870d0..8f2133de6 100644
--- a/libre/libosinfo/PKGBUILD
+++ b/libre/libosinfo/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 135179 2015-06-11 01:12:35Z bgyorgy $
+# $Id: PKGBUILD 159646 2016-01-31 03:46:54Z 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.2.12
+pkgver=0.3.0
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' 'mips64el')
+arch=('i686' 'x86_64')
url="http://libosinfo.org/"
license=('GPL' 'LGPL')
depends=('glib2' 'libxslt')
@@ -18,17 +18,13 @@ replaces=(${pkgname}-libre)
options=('!libtool')
source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz
libre.patch)
-sha256sums=('fa00ea8ddbca06c0dcc31e8938ac55cb71e71c6e2449687cd2c9e003a9478fed'
- '3047de165ea5da486efdbb4836331f4890036908f372f82abe2c025a627d77a3')
+sha256sums=('538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc'
+ 'a74ec92c664d4eb5856ea30fa081b803390077aa4aced524cea85a71a8e16799')
prepare() {
cd $pkgname-$pkgver
- rm data/datamaps/windows-lang.xml \
- data/hypervisors/rhel-xen.xml{,.in} \
- data/install-scripts/*.xml \
- data/oses/*.xml{,.in}
- rm -r test/isodata/*
+ rm -rv {data/{datamap/microsoft.com,os,install-script},docs,test/isodata/*}
patch -Np1 -i ../libre.patch