summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Wagner2023-05-06 21:47:55 +0200
committerGeorg Wagner2023-05-06 21:47:55 +0200
commit35a8709d7aea3ad3cfd108c243c7b2a27cf4e59b (patch)
treeca83dff730192fe416eeaa7e2f673e3ad58cea6d
parent0873e88f3013d2a548ab6a1a10d37fffd75bb4aa (diff)
downloadaur-autogit.tar.gz
[pkg-upd] 1.8.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 244ae54a42d6..93f707fbe4e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autogit
pkgdesc = Auto build, update, install PKGBUILDS from Github, Gitlab and AUR via makepkg, devtools, chrootbuild
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/puxplaying/autogit
arch = any
@@ -14,7 +14,7 @@ pkgbase = autogit
optdepends = manjaro-chrootbuild: Needed for Manjaro clean chroot package building
optdepends = devtools: Needed for Arch Linux clean chroot package building
backup = etc/autogit/autogit.conf
- source = autogit-1.8.3.tar.gz::https://github.com/puxplaying/autogit/archive/1.8.3.tar.gz
- sha256sums = 9c3c92bbabfc6c1f4524ff2cc3865528a149ad43ac41e869d08c6609435a1966
+ source = autogit-1.8.4.tar.gz::https://github.com/puxplaying/autogit/archive/1.8.4.tar.gz
+ sha256sums = 764faf07d65a9c035ecc3700fe8e50b188133146d0a44756e9192a6c96014b92
pkgname = autogit
diff --git a/PKGBUILD b/PKGBUILD
index 568d453f94d8..5309e975cab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Georg Wagner <puxplaying_at_gmail_dot_com>
pkgname=autogit
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="Auto build, update, install PKGBUILDS from Github, Gitlab and AUR via makepkg, devtools, chrootbuild"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('manjaro-chrootbuild: Needed for Manjaro clean chroot package buildi
'devtools: Needed for Arch Linux clean chroot package building')
backup=("etc/$pkgname/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('9c3c92bbabfc6c1f4524ff2cc3865528a149ad43ac41e869d08c6609435a1966')
+sha256sums=('764faf07d65a9c035ecc3700fe8e50b188133146d0a44756e9192a6c96014b92')
package () {
cd "$pkgname-$pkgver"