summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2017-02-28 20:37:46 +0100
committerKevin Puertas2017-02-28 20:37:46 +0100
commitb7d88d2c7879e8cc7e350b5554d225f2505fdebc (patch)
tree87e271697f14914da918c5e838a4e673cfce66a4
parent95c0c485fa0d308898be6870b1a6dcbdc476c98b (diff)
downloadaur-b7d88d2c7879e8cc7e350b5554d225f2505fdebc.tar.gz
Version 1.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a2ee42b22d..e9ae605d20f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitdit
pkgdesc = gitdit - Git DIalog inTerface
- pkgver = 1.0.3
+ pkgver = 1.0.4
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 = 653e2297bf29bf1b53d688a58d36b56e
+ md5sums = 681d1d67eac59d55083dbaf20ce0e5fc
pkgname = gitdit
diff --git a/PKGBUILD b/PKGBUILD
index 0e143d164c33..159363eac126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=gitdit
-pkgver=1.0.3
+pkgver=1.0.4
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=('653e2297bf29bf1b53d688a58d36b56e')
+md5sums=('681d1d67eac59d55083dbaf20ce0e5fc')
package() {
install -Dm755 $srcdir/gitdit "${pkgdir}/usr/bin/gitdit"