Date: Wednesday, January 16, 2019 @ 08:45:11 Author: heftig Revision: 344212
20190116-1 Modified: mobile-broadband-provider-info/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-16 05:41:31 UTC (rev 344211) +++ PKGBUILD 2019-01-16 08:45:11 UTC (rev 344212) @@ -1,16 +1,17 @@ -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan de Groot <[email protected]> pkgname=mobile-broadband-provider-info -pkgver=20170310 -pkgrel=2 +pkgver=20190116 +pkgrel=1 pkgdesc="Network Management daemon" +url="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info" arch=(any) license=(custom) -url="https://git.gnome.org/browse/mobile-broadband-provider-info" makedepends=(git) checkdepends=(libxml2) -_commit=befcbbc9867e742ac16415660b0b7521218a530c # tags/20170310^0 -source=("git+https://git.gnome.org/browse/mobile-broadband-provider-info#commit=$_commit") +_commit=c7def60ba50d9cc30a90f69f89d7e82243501e86 # tags/20190116^0 +source=("git+https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -37,5 +38,5 @@ package() { cd $pkgname make DESTDIR="$pkgdir" install - install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING }
