summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD7
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbca1193520a..cc4c2daa14c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = pretty-git-prompt
pkgdesc = Pretty git status for your shell prompt
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/TomasTomecek/pretty-git-prompt
arch = any
license = MIT
makedepends = rust
makedepends = cmake
depends = git
- source = https://github.com/TomasTomecek/pretty-git-prompt/archive/0.2.0.tar.gz
- md5sums = de78492d10f69c9946ecec184ea00398
+ source = https://github.com/TomasTomecek/pretty-git-prompt/archive/0.2.1.tar.gz
+ sha256sums = 56e1228209aa1e7d632ad98ca5d044dbf4d7c04d7b2cdea9132c3c3f759df93c
pkgname = pretty-git-prompt
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..80393fa12388
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+src
+pkg
+*.tar.gz
+*.tar.xz
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 7bc8df9baaee..3be1dc3967ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Alexander Rundberg <alexanderrundberg [at] fastmail [dot] jp>
+# Maintainer: Ryan O'Beirne <ryanobeirne [at] ryanobeirne [dot] com>
pkgname=pretty-git-prompt
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Pretty git status for your shell prompt"
arch=('any')
url="https://github.com/TomasTomecek/pretty-git-prompt"
@@ -9,7 +10,7 @@ license=('MIT')
depends=('git')
makedepends=('rust' 'cmake')
source=("https://github.com/TomasTomecek/pretty-git-prompt/archive/$pkgver.tar.gz")
-md5sums=('de78492d10f69c9946ecec184ea00398')
+sha256sums=('56e1228209aa1e7d632ad98ca5d044dbf4d7c04d7b2cdea9132c3c3f759df93c')
build() {
cd "$srcdir"/"$pkgname"-"$pkgver"