summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2019-09-20 12:22:57 -0300
committerVinicius Correa2019-09-20 12:22:57 -0300
commitde1224f06df24ac4ef441973cff2308dac488d21 (patch)
tree41550f5bdfb7601596b953803479ce9ae37caffe
parenta0fac71431cb5a7b9d87517ab8dbd3b6623717b9 (diff)
downloadaur-de1224f06df24ac4ef441973cff2308dac488d21.tar.gz
update 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ba03dc9151..5e1d3230defc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gendev
pkgdesc = Genesis development environment for Linux
- pkgver = 0.3.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/kubilus1/gendev
arch = any
license = BSD
depends = texinfo
options = !strip
- source = https://github.com/kubilus1/gendev/releases/download/0.3.2/gendev_0.3.2.txz
- md5sums = bee00fcef94169a82cba3c6b6c415777
+ source = https://github.com/kubilus1/gendev/releases/download/0.4.0/gendev_0.4.0.txz
+ md5sums = 37e61b25baa4229aa6b6c3d79d7b7953
pkgname = gendev
diff --git a/PKGBUILD b/PKGBUILD
index 03b607f77a1b..6dd75d155478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinicius Correa <vinicius dot correa at zoho dot com>
pkgname=gendev
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="Genesis development environment for Linux"
arch=('any')
@@ -10,8 +10,8 @@ depends=('texinfo')
options=(!strip)
makedepends=('')
optdepends=('')
-source=("https://github.com/kubilus1/gendev/releases/download/0.3.2/${pkgname}_${pkgver}.txz")
-md5sums=('bee00fcef94169a82cba3c6b6c415777')
+source=("https://github.com/kubilus1/gendev/releases/download/${pkgver}/${pkgname}_${pkgver}.txz")
+md5sums=('37e61b25baa4229aa6b6c3d79d7b7953')
package() {
install -dm755 "${pkgdir}/opt"