summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorris Jobke2016-04-05 21:33:20 +0200
committerMorris Jobke2016-04-05 21:33:20 +0200
commit6426b4ac2ce33d2a7079aac69946a6a23d328c44 (patch)
treecb72fcfb81a8995cd3369d0b9b09a0b1c9991a5c /PKGBUILD
parentccbfa9ec8a7df1607960223491c738b5643ef112 (diff)
downloadaur-6426b4ac2ce33d2a7079aac69946a6a23d328c44.tar.gz
proper cleanup of orphaned symlinks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 991de57fca02..b31ac1eda110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Martin Mlynář <nexus+arch@smoula.net>
pkgname=dokku
pkgver=0.5.4
-pkgrel=6
+pkgrel=7
pkgdesc="Docker powered mini-Heroku in around 100 lines of Bash."
arch=(any)
url="https://github.com/dokku/dokku"
@@ -28,7 +28,7 @@ source=(
"${pkgname}.install"
)
sha256sums=('6aeddb18aea7794f6cd93cfa1155c09238e74abf55dd2fd4ac2226b67c48d200'
- '4253401b7f029db1cdaf69da2315e904404670215bbebd24ffaae8c62d6dcce9')
+ '99a9d421fe100ef889f0f23be409289c8e627e55e6d5231c79a50d5da290eeb7')
install=${pkgname}.install
package() {