summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2018-09-02 20:59:16 +0300
committerDan Elkouby2018-09-02 20:59:16 +0300
commit3e74140ef160baa6f10da885269423ddef66ef49 (patch)
tree75c94373fecddf19814040fb54a40bdd3c7d45c8
parent22829c899f1d7a64351bb03ad7dd9bfdaece4c8a (diff)
downloadaur-3e74140ef160baa6f10da885269423ddef66ef49.tar.gz
0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e3092cfa88..a871f9947fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitprompt-rs
pkgdesc = Simple Git prompt
- pkgver = 0.1.2
+ pkgver = 0.2.0
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.2.tar.gz
- md5sums = ecc8a61c9a149cfa07dace9890dd63d0
+ source = https://github.com/Streetwalrus/gitprompt-rs/archive/0.2.0.tar.gz
+ md5sums = 78284e88d5d42d9ef2707e1aeb16421a
pkgname = gitprompt-rs
diff --git a/PKGBUILD b/PKGBUILD
index ec01b5341eb7..629f64745b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Streetwalrus <streetwalrus@codewalr.us>
pkgname=gitprompt-rs
-pkgver=0.1.2
+pkgver=0.2.0
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=('ecc8a61c9a149cfa07dace9890dd63d0')
+md5sums=('78284e88d5d42d9ef2707e1aeb16421a')
build() {
cd "${srcdir}/$pkgname-$pkgver"