summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJKANetwork2016-06-28 20:17:43 +0200
committerJKANetwork2016-06-28 20:17:43 +0200
commit0c9cbdd72cc3a8bc86c2ac7d7080897eb17db4ea (patch)
treeafa92da9c6f5847eb9eb10f7d30fe0a20e326b37
parent026de2a607e00aa9853f92af9330337bcd4c5f4c (diff)
downloadaur-0c9cbdd72cc3a8bc86c2ac7d7080897eb17db4ea.tar.gz
gitdit 0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e3f7fd6a84..d2af06a26d17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitdit
pkgdesc = gitdit - Git DIalog inTerface
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = http://proyecto.jkanetwork.com
arch = any
@@ -8,7 +8,7 @@ pkgbase = gitdit
license = GPL3
options = !emptydirs
source = https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit/gitdit
- md5sums = SKIP
+ md5sums = a6f7b8fc2a951c7b960a9c1fcbc92489
pkgname = gitdit
diff --git a/PKGBUILD b/PKGBUILD
index b8218c7c59cf..bd2cf1b0d078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=gitdit
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="gitdit - Git DIalog inTerface"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
groups=('jka-toolkit')
options=(!emptydirs)
source=("https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit/gitdit")
-md5sums=('SKIP')
+md5sums=('a6f7b8fc2a951c7b960a9c1fcbc92489')
package() {
install -Dm755 $srcdir/gitdit "${pkgdir}/usr/bin/gitdit"