summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2019-07-04 16:46:45 +0100
committerAlex Butler2019-07-04 16:46:45 +0100
commit7d70d207fdf81cf1c787bbdf6f0e8da7ace39018 (patch)
tree5b4458f634869ce19c20b520addae041a62d4316
parentfe3e2675a0420345726d074153eeafadf3c8205d (diff)
downloadaur-7d70d207fdf81cf1c787bbdf6f0e8da7ace39018.tar.gz
0.9.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 896b62cceb15..547365f5cfa5 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.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
@@ -17,8 +17,8 @@ pkgbase = aurto
backup = usr/lib/systemd/system/check-aurto-git-trigger.timer
backup = usr/lib/systemd/system/update-aurto.timer
backup = etc/aurto/makepkg-chroot.conf
- source = https://github.com/alexheretic/aurto/archive/v0.9.2.tar.gz
- sha256sums = b70ec2751201d5f4f7001545ce40cc64aac866a9e9333b0a1913083d5dfe3561
+ source = https://github.com/alexheretic/aurto/archive/v0.9.3.tar.gz
+ sha256sums = f83e3d616a55d2a95ad5af1d9d3e4ebce80cb100b73ed214d862bc892875b9c3
pkgname = aurto
diff --git a/PKGBUILD b/PKGBUILD
index e86469b68dc2..b2953206d526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.9.2
+pkgver=0.9.3
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=('b70ec2751201d5f4f7001545ce40cc64aac866a9e9333b0a1913083d5dfe3561')
+sha256sums=('f83e3d616a55d2a95ad5af1d9d3e4ebce80cb100b73ed214d862bc892875b9c3')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer'
'etc/aurto/makepkg-chroot.conf')