From 256b3b5d63d517391dc0a489eea0f458e693f59d Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 4 Oct 2022 17:19:34 -0400 Subject: [gentoo-functions]: upgrade to v0.17 --- pcr/gentoo-functions/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'pcr') diff --git a/pcr/gentoo-functions/PKGBUILD b/pcr/gentoo-functions/PKGBUILD index 863c2b0d5..4a98f9254 100644 --- a/pcr/gentoo-functions/PKGBUILD +++ b/pcr/gentoo-functions/PKGBUILD @@ -1,19 +1,20 @@ -# Maintainer (Manjaro): artoo +# Contributor: artoo # Contributor: williamh # Maintainer: Omar Vega Ramos # Contributor: Luke Shumaker # Gentoo's ebuild file: # https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild + pkgname=gentoo-functions -pkgver=0.12 +pkgver=0.17 pkgrel=1 pkgdesc="Base functions for Gentoo systems" -arch=('i686' 'x86_64' 'armv7h') -url="https://github.com/gentoo/$pkgname" -license=('GPL2') -source=("$pkgname-$pkgver.tar.gz::https://github.com/gentoo/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('4a6ddb1d8be7b52aae68761fb26546663b6b0e74b155df263cddfbfa72373965') +arch=(armv7h i686 x86_64) +url=https://gitweb.gentoo.org/proj/gentoo-functions +license=(GPL2) +source=(https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/gentoo-functions-0.17.tar.gz) +sha256sums=('721352753031f3214e5034ae12bc2fcc04b4b29bafcc22dab3c473afd9f33c99') _makeargs=( ROOTPREFIX=/usr -- cgit v1.2.2