summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2018-06-04 15:02:30 +0300
committerDan Elkouby2018-06-04 15:02:30 +0300
commit22829c899f1d7a64351bb03ad7dd9bfdaece4c8a (patch)
tree14fca3c4b0b25a3382bfcbacb3d154e36fb0c9bb
parentb089a6c949dbe857284ac51a9e9b753a82caa7d6 (diff)
downloadaur-22829c899f1d7a64351bb03ad7dd9bfdaece4c8a.tar.gz
0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3251ec17c945..12e3092cfa88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitprompt-rs
pkgdesc = Simple Git prompt
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/Streetwalrus/gitprompt-rs
arch = x86_64
license = MPL2
makedepends = cargo
depends = git
- source = https://github.com/Streetwalrus/gitprompt-rs/archive/0.1.1.tar.gz
- md5sums = 71651c4541949044288f7deb5679132d
+ source = https://github.com/Streetwalrus/gitprompt-rs/archive/0.1.2.tar.gz
+ md5sums = ecc8a61c9a149cfa07dace9890dd63d0
pkgname = gitprompt-rs
diff --git a/PKGBUILD b/PKGBUILD
index 0cb1591cbd53..ec01b5341eb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Streetwalrus <streetwalrus@codewalr.us>
pkgname=gitprompt-rs
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Simple Git prompt"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MPL2')
depends=('git')
makedepends=('cargo')
source=("https://github.com/Streetwalrus/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('71651c4541949044288f7deb5679132d')
+md5sums=('ecc8a61c9a149cfa07dace9890dd63d0')
build() {
cd "${srcdir}/$pkgname-$pkgver"