aboutsummaryrefslogtreecommitdiffstats
path: root/community/mobile-broadband-provider-info/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-25 23:55:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-26 14:38:53 -0300
commit0955c4f2a2eb4ec91f5ee4b0dfe85d9b3a971fc1 (patch)
treed89d4807943529908a7ae2b51d44a82ea39aaecc /community/mobile-broadband-provider-info/APKBUILD
parent2fe1f1d158d3af0ae11bf4540a00f296ddd6f027 (diff)
downloadaports-0955c4f2a2eb4ec91f5ee4b0dfe85d9b3a971fc1.tar.bz2
aports-0955c4f2a2eb4ec91f5ee4b0dfe85d9b3a971fc1.tar.xz
community/mobile-broadband-provider-info: upgrade to 20190618
Diffstat (limited to 'community/mobile-broadband-provider-info/APKBUILD')
-rw-r--r--community/mobile-broadband-provider-info/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/mobile-broadband-provider-info/APKBUILD b/community/mobile-broadband-provider-info/APKBUILD
index ad457a260d..d356728e98 100644
--- a/community/mobile-broadband-provider-info/APKBUILD
+++ b/community/mobile-broadband-provider-info/APKBUILD
@@ -1,33 +1,28 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mobile-broadband-provider-info
-pkgver=20190116
+pkgver=20190618
pkgrel=0
pkgdesc="Mobile broadband settings for various service providers"
url="https://git.gnome.org/browse/mobile-broadband-provider-info/"
arch="noarch"
license="custom"
-makedepends="autoconf automake libxml2-utils"
+makedepends="autoconf automake libxml2-utils libxslt"
subpackages="$pkgname-doc"
-source="https://download.gnome.org/sources/mobile-broadband-provider-info/$pkgver/mobile-broadband-provider-info-$pkgver.tar.xz"
-
-builddir="$srcdir"/$pkgname-$pkgver
+source="https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure --prefix=/usr
make
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="${pkgdir}" install
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha512sums="82cbf2c4523bc941d7cbfb1f552057d8259fcccbf95d02a6d43d315136050928ae5a8cf85f9900196214b803bb087446e28254d148af6b004225518f07aa9d23 mobile-broadband-provider-info-20190116.tar.xz"
+sha512sums="511e6561b9b0db6c26f2e08bd06bb1dc9bb46696730fe6c6eba82cceec600dad684dc8dbe27adae78956367fb00dd8745070046acaa7a1129f194d8f16df425a mobile-broadband-provider-info-20190618.tar.xz"