summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ae605d20f2..1d8836417c99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitdit
pkgdesc = gitdit - Git DIalog inTerface
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://proyecto.jkanetwork.com
arch = any
groups = jka-toolkit
license = GPL3
options = !emptydirs
source = https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit/gitdit
- md5sums = 681d1d67eac59d55083dbaf20ce0e5fc
+ md5sums = 1c8e0dfc4f3702db0cb6443a46eb1c50
pkgname = gitdit
diff --git a/PKGBUILD b/PKGBUILD
index 159363eac126..ef64b3391773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=gitdit
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="gitdit - Git DIalog inTerface"
arch=('any')
url="http://proyecto.jkanetwork.com"
@@ -9,7 +9,7 @@ license=('GPL3')
groups=('jka-toolkit')
options=(!emptydirs)
source=("https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit/gitdit")
-md5sums=('681d1d67eac59d55083dbaf20ce0e5fc')
+md5sums=('1c8e0dfc4f3702db0cb6443a46eb1c50')
package() {
install -Dm755 $srcdir/gitdit "${pkgdir}/usr/bin/gitdit"