summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2023-03-08 15:39:59 +1100
committerMichael Clayfield2023-03-08 15:39:59 +1100
commit9629f6ba54c8671ebce81bdfd078b0fbc4bb3578 (patch)
treeb1f2586f402cadbd920411a4e50c2a16cc3c48d6
parent99b25f4842b355a371cbf69360800c992a9d805b (diff)
downloadaur-9629f6ba54c8671ebce81bdfd078b0fbc4bb3578.tar.gz
updated install process
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 525d457cd0f0..e893e0fd497e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = icingaweb2-module-incubator
pkgdesc = Bleeding edge libraries useful for Icinga Web 2 modules
pkgver = 0.20.0
- pkgrel = 1
- url = http://www.icinga.org
+ pkgrel = 2
+ url = https://github.com/Icinga/icingaweb2-module-incubator
arch = any
license = GPL
depends = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 597fd0ade9eb..6aa383152e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=icingaweb2-module-incubator
pkgver=0.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bleeding edge libraries useful for Icinga Web 2 modules"
license=('GPL')
arch=('any')
depends=('icingaweb2')
-url="http://www.icinga.org"
+url="https://github.com/Icinga/icingaweb2-module-incubator"
source=("https://github.com/Icinga/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('292d1633b7f20b38f393e6e48236e59922ab5253aec19a1c3405b6acde09504b')
@@ -21,6 +21,5 @@ package() {
mkdir -p "$pkgdir/etc/icingaweb2/modules/incubator"
mkdir -p "$pkgdir/usr/share/webapps/icingaweb2/modules/incubator"
- cp -r vendor composer.json composer.lock module.info run.php \
- "$pkgdir/usr/share/webapps/icingaweb2/modules/incubator"
+ cp -r * "$pkgdir/usr/share/webapps/icingaweb2/modules/incubator"
}