summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSiôn le Roux2017-09-26 22:12:27 +0200
committerSiôn le Roux2017-09-26 22:12:27 +0200
commit6de1a5a63dcfcfe75734ac856ebb6fe726d9f4a9 (patch)
tree0f8afd77534eefa815919458ba4648a273623d9b /PKGBUILD
parentd902241a2e216a2380355141d22f85d572752022 (diff)
downloadaur-scmpuff.tar.gz
Minor release update 0.2.0 -> 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8db19ec6195..22d86a3bc56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Siôn le Roux <sinisterstuf@gmail.com>
pkgname=scmpuff
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Add numbered shortcuts to common git commands"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('git')
optdepends=('bash: shell integration'
'zsh: shell integration')
source=("https://github.com/mroth/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_386.tar.gz")
-md5sums=('c7cdca8b1bd43acce6a3f63c0cc3f95b')
+md5sums=('deb4c7afea0d2868f3a825332fe67909')
package() {
install -Dm755 -t "${pkgdir}/usr/bin/" "${srcdir}/${pkgname}_${pkgver}_linux_386/${pkgname}"