summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb38198c8904..f7ddb69b8e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurto
pkgdesc = An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils.
- pkgver = 0.7.6
+ pkgver = 0.7.7
pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
@@ -16,8 +16,8 @@ pkgbase = aurto
depends = sudo
backup = usr/lib/systemd/system/check-aurto-git-trigger.timer
backup = usr/lib/systemd/system/update-aurto.timer
- source = https://github.com/alexheretic/aurto/archive/v0.7.6.tar.gz
- sha256sums = 50e7bb7d4b95378288c6809015ad5f21fb680bcbfabd228148abf431b1326e6b
+ source = https://github.com/alexheretic/aurto/archive/v0.7.7.tar.gz
+ sha256sums = 3be149f308ab29be678971b5209a014840daeecbc285d7d0fb353439b4c96662
pkgname = aurto
diff --git a/PKGBUILD b/PKGBUILD
index 6855f48cad02..f2735cda7990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.7.6
+pkgver=0.7.7
pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('any')
@@ -17,7 +17,7 @@ optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('50e7bb7d4b95378288c6809015ad5f21fb680bcbfabd228148abf431b1326e6b')
+sha256sums=('3be149f308ab29be678971b5209a014840daeecbc285d7d0fb353439b4c96662')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer')