gnome-autoar: update to 0.2.4
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
5d2882f216
commit
e831da1cdb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-autoar'
|
||||
pkgname=gnome-autoar
|
||||
version=0.2.3
|
||||
revision=2
|
||||
version=0.2.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-schemas-compile"
|
||||
|
@ -9,13 +9,12 @@ hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
|||
makedepends="libarchive-devel gtk+3-devel glib-devel"
|
||||
short_desc="Automatic archives creating and extracting library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=5de9db0db028cd6cab7c2fec46ba90965474ecf9cd68cfd681a6488cf1fb240a
|
||||
checksum=0a34c377f8841abbf4c29bc848b301fbd8e4e20c03d7318c777c58432033657a
|
||||
lib32disabled=yes
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
|
|
Loading…
Reference in New Issue