summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2023-08-12 09:56:39 +0100
committerAlex Butler2023-08-12 09:56:39 +0100
commitfcc23945e1c13f514fccade7127784caec5d4a54 (patch)
treedb9539462af6484c0387d4a23be7be4925cf8070 /PKGBUILD
parentc66bb6d59df37dd77a3a8f477ff90bae67ab74be (diff)
downloadaur-fcc23945e1c13f514fccade7127784caec5d4a54.tar.gz
0.12.6-2
name source tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a432fc2f91d8..460a178392cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
pkgver=0.12.6
-pkgrel=1
+pkgrel=2
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 @@ depends=('aurutils'
optdepends=()
makedepends=('cargo')
install="aurto.install"
-source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('f0c7b0ac89755f2363aa16f0d234b14c4b24792315f3df2284e697f581b645ae')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer'