Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
dokuwiki
Commits:
2cf28f22 by Sergej Pupykin at 2024-08-06T17:52:38+03:00
upgpkg: 20240206_b-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dokuwiki
pkgdesc = Simple to use and highly versatile Open Source wiki software
- pkgver = 20240206_a
- pkgrel = 2
+ pkgver = 20240206_b
+ pkgrel = 1
url = https://www.dokuwiki.org/
arch = any
license = GPL
@@ -9,9 +9,9 @@ pkgbase = dokuwiki
options = !strip
backup = etc/webapps/dokuwiki/.htaccess
backup = etc/httpd/conf/extra/dokuwiki.conf
- source =
dokuwiki-20240206_a.tar.gz::https://github.com/dokuwiki/dokuwiki/releases/download/release-2024-02-06a/dokuwiki-2024-02-06a.tgz
+ source =
dokuwiki-20240206_b.tar.gz::https://github.com/dokuwiki/dokuwiki/releases/download/release-2024-02-06b/dokuwiki-2024-02-06b.tgz
source = apache.example.conf
- sha256sums =
25865048d936aa136a5e0db82e3da3886c4f43f8252f1b5ecf0f2c7ed5eb035f
+ sha256sums =
7ac919bc298c049af15764f3563ec3012cd158945ef2a22348684df701a19ba3
sha256sums =
237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f
pkgname = dokuwiki
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@ pkgname=dokuwiki
# use underscore for versions with letter
# for example: 20230404_a
# PKGBUILD modifies it into proper values
-pkgver=20240206_a
-pkgrel=2
+pkgver=20240206_b
+pkgrel=1
_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
_pkgver=${_pkgver/_/}
_pkgver=${_pkgver/rc/}
@@ -22,7 +22,7 @@ options=('!strip')
#source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_${_release}_${_pkgver}.tar.gz"
source=("$pkgname-$pkgver.tar.gz::https://github.com/dokuwiki/dokuwiki/releases/download/release-${_pkgver}/dokuwiki-${_pkgver}.tgz"
'apache.example.conf')
-sha256sums=('25865048d936aa136a5e0db82e3da3886c4f43f8252f1b5ecf0f2c7ed5eb035f'
+sha256sums=('7ac919bc298c049af15764f3563ec3012cd158945ef2a22348684df701a19ba3'
'237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dokuwiki/-/commit/2cf28f224e4fd81f0cef4a02375eb49695e02959
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dokuwiki/-/commit/2cf28f224e4fd81f0cef4a02375eb49695e02959
You're receiving this email because of your account on gitlab.archlinux.org.