Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
wordpress
Commits:
ce53fd2a by Alexander F. Rødseth at 2024-06-27T14:24:13+02:00
upgpkg: 6.5.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wordpress
pkgdesc = Blog tool and publishing platform
- pkgver = 6.5.4
+ pkgver = 6.5.5
pkgrel = 1
url = https://wordpress.org/
install = wordpress.install
@@ -12,8 +12,8 @@ pkgbase = wordpress
optdepends = nginx: Web server
options = !debug
options = emptydirs
- source = https://wordpress.org/wordpress-6.5.4.tar.gz
- sha256sums =
1ec82799d37c331374179bf7043150cf1bd7d80802fca7b4f8dcf4d4592dcbb4
- b2sums =
515c64794709aa9210be4f93bf17a7aa2999fdd4689b6a6698df1ff6e665e566488020bfe7f4c6b78d601d42b0f5aa2d5cb69ccd2839e6a0ca2446475c95c2af
+ source = https://wordpress.org/wordpress-6.5.5.tar.gz
+ sha256sums =
6c84664ea9b3211a3529d8407096b51b185571312211a2c53f394d15bcdf2dc4
+ b2sums =
e3edceb605c22b15de39459ec3e83e416324b8194974a069a026bd18e70eda5072ef47dab2c8a1a8a4e7fd81d783843d55f72f1ac9079aa8088ce72104fc6f8e
pkgname = wordpress
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Christopher Rogers <[email protected]>
pkgname=wordpress
-pkgver=6.5.4
+pkgver=6.5.5
pkgrel=1
pkgdesc='Blog tool and publishing platform'
arch=(any)
@@ -18,8 +18,8 @@ optdepends=('apache: Web server'
options=(!debug emptydirs)
install=$pkgname.install
source=("https://wordpress.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('1ec82799d37c331374179bf7043150cf1bd7d80802fca7b4f8dcf4d4592dcbb4')
-b2sums=('515c64794709aa9210be4f93bf17a7aa2999fdd4689b6a6698df1ff6e665e566488020bfe7f4c6b78d601d42b0f5aa2d5cb69ccd2839e6a0ca2446475c95c2af')
+sha256sums=('6c84664ea9b3211a3529d8407096b51b185571312211a2c53f394d15bcdf2dc4')
+b2sums=('e3edceb605c22b15de39459ec3e83e416324b8194974a069a026bd18e70eda5072ef47dab2c8a1a8a4e7fd81d783843d55f72f1ac9079aa8088ce72104fc6f8e')
package() {
install -d "$pkgdir/usr/share/webapps"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wordpress/-/commit/ce53fd2ac152d8fe7dd21af13b3271621094c04c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wordpress/-/commit/ce53fd2ac152d8fe7dd21af13b3271621094c04c
You're receiving this email because of your account on gitlab.archlinux.org.