summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2024-03-19 18:40:24 +0100
committerFabien LEFEBVRE (d1ceward)2024-03-19 18:40:24 +0100
commit59c17ebe70ed9009af27abad290d476ea851c8d8 (patch)
treea4065e74956fbfbacdf35ac73e02f9fc2f70d4c9
parentd365b0ec54aea63832ae9ffd2af339028e2b42f4 (diff)
downloadaur-59c17ebe70ed9009af27abad290d476ea851c8d8.tar.gz
upgpkg: dokku 0.34.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aeab8f6649b..bfc880b15ed9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dokku
pkgdesc = Docker-powered PaaS that helps build and manage the lifecycle of applications
pkgver = 0.34.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dokku/dokku
install = dokku.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5f800442cd23..a1207938b96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dokku
pkgver=0.34.0
-pkgrel=1
+pkgrel=2
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -55,9 +55,6 @@ build() {
cd "${pkgname}-${pkgver}"
- # Fix issue with invalid service manager call for arch linux
- patch -p1 -i "${srcdir}/systemd_calls.patch"
-
# Add .core and build go plugins
for plugin in plugins/*; do
if [ -e "${plugin}/Makefile" ]; then make -C $plugin build; fi