[arch-commits] Commit in dokuwiki/trunk (PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Sat Jul 2 14:59:31 UTC 2022
Date: Saturday, July 2, 2022 @ 14:59:31
Author: spupykin
Revision: 1243628
upgpkg: dokuwiki 20220626rc-1
Modified:
dokuwiki/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-02 14:01:49 UTC (rev 1243627)
+++ PKGBUILD 2022-07-02 14:59:31 UTC (rev 1243628)
@@ -2,12 +2,12 @@
# Contributor: Sébastien Luttringer
pkgname=dokuwiki
-pkgver=20200729
+pkgver=20220626rc
+pkgrel=1
_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
_pkgver=${_pkgver/_/}
_pkgver=${_pkgver/rc/}
[[ $pkgver == *"rc" ]] && _release=candidate || _release=stable
-pkgrel=3
pkgdesc='Simple to use and highly versatile Open Source wiki software'
arch=('any')
url='https://www.dokuwiki.org/'
@@ -18,7 +18,7 @@
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_${_release}_${_pkgver}.tar.gz"
'apache.example.conf')
-sha256sums=('cc1cd9f00095fea327baa79d8f02c904fe1c37bc3f8fd9999eaf646ee9928884'
+sha256sums=('94557e8ff37ba510f89d59660798a96e3a09d71c5bfd22319e9a7b7f9883347d'
'237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f')
package() {
More information about the arch-commits
mailing list