summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJordan Cannon2022-03-15 10:50:03 -0500
committerJordan Cannon2022-03-15 10:50:03 -0500
commit81e00b524e203fd2ec840045e5733bd659b0e2b8 (patch)
tree64f41cb1ef1704fbd8e64faddcca4ba9bb852cf5 /PKGBUILD
parent97c5f4b6704a406ad42fd20fb6cb9c42b4db221c (diff)
downloadaur-bash-pureline-git.tar.gz
Actually fix source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f760e0cfcf..65f79a53cd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=pureline
pkgname=bash-pureline-git
-pkgver=r202.5fdae57
-pkgrel=2
+pkgver=r212.9abbdc4
+pkgrel=1
pkgdesc="A simple but powerful Powerline style prompt for the Bash shell written in Bash script"
url="https://github.com/chris-marsh/pureline"
arch=('any')
@@ -12,7 +12,7 @@ depends=('sh')
provides=('bash-pureline')
install=bash-pureline-git.install
makedepends=('git')
-source=(https://github.com/chris-marsh/pureline.git)
+source=(git+https://github.com/chris-marsh/pureline.git)
md5sums=('SKIP')
pkgver() {