summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2021-07-07 12:48:00 +0100
committerAlex Butler2021-07-07 12:48:00 +0100
commit7ea727342bd59d9e1ebfa3531f34c51b10b7d2a1 (patch)
tree928c28675ee6f9efbffa4d6bac128edd3424dd67
parent86e1c16baf8e6b3af7dcc830b9b98f83e48790b3 (diff)
downloadaur-7ea727342bd59d9e1ebfa3531f34c51b10b7d2a1.tar.gz
0.10.7-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b64e92b59114..330845730093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurto
pkgdesc = An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils.
- pkgver = 0.10.6
- pkgrel = 3
+ pkgver = 0.10.7
+ pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
arch = x86_64
@@ -22,8 +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.6.tar.gz
- sha256sums = e87968099b65566a54e31985c16fe40c1c96770047de6dfc1197233bb142f59e
+ source = https://github.com/alexheretic/aurto/archive/v0.10.7.tar.gz
+ sha256sums = 2034641300de1a1852b592886baaf4f2b34a2323097cda4d0b90685827ca8422
pkgname = aurto
-
diff --git a/PKGBUILD b/PKGBUILD
index 2fc8007c235a..1344717e3bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.10.6
-pkgrel=3
+pkgver=0.10.7
+pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/alexheretic/aurto"
@@ -18,7 +18,7 @@ optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e87968099b65566a54e31985c16fe40c1c96770047de6dfc1197233bb142f59e')
+sha256sums=('2034641300de1a1852b592886baaf4f2b34a2323097cda4d0b90685827ca8422')
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'