main/postmarketos-install-recommends: upgrade to 0.2
Features: - Make prompting optional / disabled by default - Implement shallow initial clone for pmaports - Support running as root user Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7086>
This commit is contained in:
parent
7edabc6655
commit
a7aa4f979b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Alexey Minnekhanov <alexeymin@postmarketos.org>
|
||||
pkgname=postmarketos-install-recommends
|
||||
pkgver=0.1
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Script to quickly install pmb_recommends for a package"
|
||||
url="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends"
|
||||
|
|
@ -8,7 +8,7 @@ options="!check" # no tests
|
|||
depends="git python3"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
source="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends/-/archive/$pkgver/postmarketos-install-recommends-0.1.tar.gz"
|
||||
source="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends/-/archive/$pkgver/postmarketos-install-recommends-$pkgver.tar.gz"
|
||||
|
||||
package() {
|
||||
install -Dm755 "$builddir/install-recommends.py" \
|
||||
|
|
@ -16,5 +16,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
39c68fc3aff3e47aa4c0a29147370d4c73a38107b05d796a618e12cb124cdd872132fe61359ee9df51d01ecff9e0e8fc1b674a1ad23892374dd2211ed3101a4c postmarketos-install-recommends-0.1.tar.gz
|
||||
8119e5602b95c94f71c340450bd4ffcd89a8e63b8e523b432954f05cef56df9910e1f1e040a3bb608f4c78524d0e7400776c82674ef2fdc0d0feb94812497954 postmarketos-install-recommends-0.2.tar.gz
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue