summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorris Jobke2016-04-05 01:58:43 +0200
committerMorris Jobke2016-04-05 01:58:43 +0200
commitb7d7f8a3c68eab93f41e60f29de50cd6b81bc1d9 (patch)
tree54b09f32d98ec7b3244f55a5676e209f8e837d24 /PKGBUILD
parent0cc5797fcb27f51b0e12b919f3393a6675199b58 (diff)
downloadaur-b7d7f8a3c68eab93f41e60f29de50cd6b81bc1d9.tar.gz
bump to v0.5.3-5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45cc24448192..ff0c348ffbc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Martin Mlynář <nexus+arch@smoula.net>
pkgname=dokku
pkgver=0.5.3
-pkgrel=4
+pkgrel=5
pkgdesc="Docker powered mini-Heroku in around 100 lines of Bash."
arch=(any)
url="https://github.com/dokku/dokku"
@@ -24,19 +24,17 @@ depends=(
)
source=(
-# "https://github.com/dokku/dokku/archive/v${pkgver}.zip"
- "https://github.com/MorrisJobke/dokku/archive/v0.4.14-arch-linux.zip"
+ "https://github.com/dokku/dokku/archive/v${pkgver}.zip"
"${pkgname}.install"
)
-sha256sums=('3f2de8924ea1c155b84fed7d81b7b033fe1266cfcd7532d6a4bccf0ee29c92c5'
+sha256sums=('94a061e173499b6c5cbdf6c1b6c98ccb032b698d658bf435b2eea7b32df50801'
'e173147ecb9887a0d558a7d624d0500f1242b91b70e86e35ada39c73fd80a29b')
install=${pkgname}.install
package() {
cd "${srcdir}/"
- #cd "$pkgname"
- cd "dokku-0.4.14-arch-linux"
+ cd "$pkgname-$pkgver"
install -Dm755 dokku "${pkgdir}/usr/bin/dokku"