summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryuu2020-11-07 20:03:36 -0300
committeryuu2020-11-07 20:03:36 -0300
commit380a72b7702451100810766961b9f1e2fc3fa539 (patch)
tree8a195fe5d8137a24509b84efd85246f863548a71 /PKGBUILD
parentceae0d493cab0d5fd6f99101a69ead5d0d055547 (diff)
downloadaur-380a72b7702451100810766961b9f1e2fc3fa539.tar.gz
Add missing '.git' on 'source' for bare repository.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec55853b3335..4a953e83f3c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="mu-wizard"
pkgname="${_pkgname}-git"
pkgver=0.r47.g8f54347
-pkgrel=1
+pkgrel=2
pkgdesc="Shell script to easily setup mu4e on Emacs"
arch=('any')
url=https://github.com/cemkeylan/${_pkgname}
@@ -16,7 +16,7 @@ optdepends=('pash: alternative password manager'
provides=("${_pkgname}")
conflicts=("${_pkgname}")
install="${_pkgname}.install"
-source=("${_pkgname}::git+${url}")
+source=("${_pkgname}::git+${url}.git")
md5sums=('SKIP')
# Git, no tags available.