summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2023-07-01 12:38:10 +0100
committerAlex Butler2023-07-01 12:38:10 +0100
commit278a72f4ce2ba737722ff38267451cc91fff2861 (patch)
tree3330aebdf9ea1c40e73ce4b2721c258254701113
parent4349436eae1c0732ad00233a522b2a7f7ea95267 (diff)
downloadaur-278a72f4ce2ba737722ff38267451cc91fff2861.tar.gz
0.12.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67c2d76096a4..321b139b1e1d 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.12.4
+ pkgver = 0.12.5
pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
@@ -23,7 +23,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.12.4.tar.gz
- sha256sums = 244fcefded8261d4488f3e43d3f930034149a32b550745e4f431ff2d0972db79
+ source = https://github.com/alexheretic/aurto/archive/v0.12.5.tar.gz
+ sha256sums = a9b718f151b786dff6db1daf2b6e2184d523b57611e294d92b3e26a80b124b5a
pkgname = aurto
diff --git a/PKGBUILD b/PKGBUILD
index ea8c9e2e69ed..e9d2675c11e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.12.4
+pkgver=0.12.5
pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -19,7 +19,7 @@ optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('244fcefded8261d4488f3e43d3f930034149a32b550745e4f431ff2d0972db79')
+sha256sums=('a9b718f151b786dff6db1daf2b6e2184d523b57611e294d92b3e26a80b124b5a')
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'