summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2021-09-05 13:32:53 +0100
committerAlex Butler2021-09-05 13:32:53 +0100
commit9c1d8db6c3bfdacc0378522528fbe525e3311839 (patch)
tree8c37317fec931703f5a2cee6d2524fee8afa887f
parentaa107243d1de61a1e1876b5263d6749fb65f8bfe (diff)
downloadaur-9c1d8db6c3bfdacc0378522528fbe525e3311839.tar.gz
0.11.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cbef9bc631a..b2df42be8e60 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.10.8
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
@@ -22,7 +22,7 @@ pkgbase = aurto
backup = usr/lib/systemd/system/update-aurto-startup.timer
backup = etc/aurto/pacman-chroot.conf
backup = etc/aurto/makepkg-chroot.conf
- source = https://github.com/alexheretic/aurto/archive/v0.10.8.tar.gz
- sha256sums = c6ec30fe7336471948a6882433ec4f15388b934727cdc131e718c74635eea811
+ source = https://github.com/alexheretic/aurto/archive/v0.11.0.tar.gz
+ sha256sums = 9125c7869e090de5e9b3a786c069d8e75a4f56e973f5b4511fa0942375561b2b
pkgname = aurto
diff --git a/PKGBUILD b/PKGBUILD
index 7859bb3d2d1a..c44c76493ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.10.8
+pkgver=0.11.0
pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -18,7 +18,7 @@ optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c6ec30fe7336471948a6882433ec4f15388b934727cdc131e718c74635eea811')
+sha256sums=('9125c7869e090de5e9b3a786c069d8e75a4f56e973f5b4511fa0942375561b2b')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer'
'usr/lib/systemd/system/update-aurto-startup.timer'