Adapta: update to 3.93.1.7.

This commit is contained in:
Andrea Brancaleoni 2018-05-03 10:53:11 +02:00
parent 7b0268bc1a
commit 3650563482
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'Adapta'
pkgname=Adapta
version=3.93.1.4
version=3.93.1.7
revision=1
noarch=yes
build_style=gnu-configure
@ -13,12 +13,12 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage=https://github.com/adapta-project/adapta-gtk-theme
distfiles="https://github.com/adapta-project/adapta-gtk-theme/archive/$version.tar.gz"
checksum=c05983a5f8ed87e3f9acf6939995842416c847fd6a7e2546ce414cf03d716819
checksum=d411e498d7531cdc228a04a437bd4882b2aaf7fa9ed3f47acbd23440d2892fd0
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="unbreak aarch64* builders"
esac
pre_configure() {
./autogen.sh
NOCONFIGURE=1 ./autogen.sh
}