From 7d77b2d401704fd22ec5d80e83b33d7bfc596a4f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 27 Sep 2020 15:07:13 +0200 Subject: [PATCH] updated PKGBUILD --- arch-pkg/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch-pkg/PKGBUILD b/arch-pkg/PKGBUILD index 2ad29f7..0747e70 100644 --- a/arch-pkg/PKGBUILD +++ b/arch-pkg/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lucien Cartier-Tilet pkgname=pumopm-git pkgver=0.1.1.r1.g4fd33bf -pkgrel=3 +pkgrel=1 pkgdesc="A tiny power manager written in Rust" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://labs.phundrak.com/phundrak/pumopm" @@ -9,11 +9,11 @@ license=('GPL3') depends=() makedepends=('rustup' 'git') options=('strip' 'zipman') -source=("$pkgname::git+https://labs.phundrak.com/phundrak/pumopm.git#branch=develop") +source=("$pkgname::git+https://labs.phundrak.com/phundrak/pumopm.git") md5sums=('SKIP') # If Phundrak’s Gitea takes too long to answer, or if it is down, use the # Github mirror -# source=("$pkgname}::git+https://github.com/Phundrak/pumopm.git#branch=develop") +# source=("$pkgname}::git+https://github.com/Phundrak/pumopm.git") pkgver() { cd "$pkgname"