summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDesmond Kabus2023-08-20 21:02:27 +0200
committerDesmond Kabus2023-08-20 21:02:27 +0200
commitd4c1d73c41266d05a474698c6d0345097ac9aa13 (patch)
treee9d29238b08a5ea6b10118a657e204ae03981472
parente81a41e13a549f30bd66a62c36a637d6e451fe59 (diff)
downloadaur-d4c1d73c41266d05a474698c6d0345097ac9aa13.tar.gz
Fix module name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2439a165a0f6..9dcd58bac4b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigjubelweb-git
pkgdesc = A web interface for BigJubel
pkgver = 0.7.6.r7.g95f1c26
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/dkabus/bigjubelweb
arch = any
license = GPL
@@ -18,7 +18,7 @@ pkgbase = bigjubelweb-git
depends = python-click
provides = bigjubelweb
conflicts = bigjubelweb
- source = bigjubelweb::git+https://gitlab.com/dkabus/bigjubelweb
+ source = bigjubel::git+https://gitlab.com/dkabus/bigjubelweb
md5sums = SKIP
pkgname = bigjubelweb-git
diff --git a/PKGBUILD b/PKGBUILD
index 3e89707aa6e9..cc804ee34134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=bigjubelweb-git
pkgname=bigjubelweb-git
-_module='bigjubelweb'
+_module='bigjubel'
pkgver=0.7.6.r7.g95f1c26
-pkgrel=1
+pkgrel=2
pkgdesc="A web interface for BigJubel"
url="https://gitlab.com/dkabus/bigjubelweb"
depends=('bigjubel' 'sqlite' 'python' 'python-flask' 'python-werkzeug' 'python-yaml' 'python-click')
@@ -13,7 +13,7 @@ provides=('bigjubelweb')
conflicts=('bigjubelweb')
license=('GPL')
arch=('any')
-source=("bigjubelweb::git+https://gitlab.com/dkabus/bigjubelweb")
+source=("bigjubel::git+https://gitlab.com/dkabus/bigjubelweb")
md5sums=('SKIP')
pkgver() {