summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorByeonghoon Yoo2022-03-16 23:42:03 +0900
committerByeonghoon Yoo2022-03-16 23:42:03 +0900
commitdca4185b4c2341e4d2438789fc1b66ca83605743 (patch)
treeabfb7546f42d345f0d5efbb70c63352710c9d092 /PKGBUILD
parent65fac434e1ac4bbacb56634dc5fc6c7bf8ceeafc (diff)
downloadaur-dca4185b4c2341e4d2438789fc1b66ca83605743.tar.gz
Fix source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9480205a800e..7e5d9b719cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name='alias-tips'
pkgname="${_name}-git"
-pkgver=r97.77c7aa2
+pkgver=r109.45e4e97
pkgrel=1
pkgdesc='An oh-my-zsh plugin to help remembering those aliases you defined once'
arch=('any')
@@ -11,7 +11,7 @@ license=('unknown')
url='https://github.com/djui/alias-tips'
depends=('zsh')
makedepends=('git')
-source=("${_name}::${url//https/git}")
+source=("${_name}::git+https://github.com/djui/alias-tips")
sha512sums=('SKIP')
pkgver() {