We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8960511 commit 36524a9Copy full SHA for 36524a9
PKGBUILD
@@ -1,8 +1,8 @@
1
# Maintainer: Georg Wagner <puxplaying_at_gmail_dot_com>
2
3
pkgname=autogit
4
-pkgver=1.9.0
5
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
6
pkgdesc="Auto build, update, install PKGBUILDS from Github, Gitlab and AUR"
7
arch=('any')
8
url="https://github.com/puxplaying/autogit"
@@ -24,7 +24,7 @@ optdepends=(
24
)
25
backup=("etc/$pkgname/$pkgname.conf")
26
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
27
-sha256sums=('c5bd919507944703d3aa7ea75719dde43026da0a6de8fae6661c4488229ddd88')
+sha256sums=('0629193651d14f7bc60fbb8dccf3b26903b5d5f829434e2c58fa0a81ee7de414')
28
29
package () {
30
cd "$pkgname-$pkgver"
0 commit comments