summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df2fb001a18b..87f878af25be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Darr <michael.e.darr@gmail.com>
pkgname="ahab"
-pkgver=0.3
+pkgver=0.4
pkgrel=1
-pkgdesc="Dockerize your project, git style"
+pkgdesc="Configure, launch, and work in Dockerized environments"
arch=('any')
url="https://github.com/MichaelDarr/ahab"
license=('GPL3')
@@ -12,7 +12,7 @@ makedepends=(
'go>=1.13')
conflicts=('ahab-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MichaelDarr/ahab/archive/v${pkgver}.tar.gz")
-sha256sums=('3787b712118696ccdc63f3a0ca2638927f440b08258facfbef39fc304b8d082b')
+sha256sums=('5ee657b5f2cf01d0427c74cdfcd6c7ee78812cebb767e51aa3d0255a8b899dc0')
build() {
cd "$srcdir/${pkgname}-${pkgver}"