summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb39fa201c89..bad7a6e270fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='pacaur'
-pkgver=4.8.5
+pkgver=4.8.6
pkgrel=1
pkgdesc='An AUR helper that minimizes user interaction'
arch=('any')
@@ -8,7 +8,7 @@ license=('ISC')
depends=('auracle-git' 'expac' 'sudo' 'git' 'jq')
makedepends=('perl' 'git')
backup=("etc/xdg/${pkgname}/config")
-source=("git+https://github.com/E5ten/${pkgname}#tag=${pkgver}")
+source=("git+${url}#tag=${pkgver}")
sha256sums=('SKIP')
package() {