Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
wordpress
Commits:
7435b2be by Alexander F. Rødseth at 2024-09-12T00:33:50+02:00
upgpkg: 6.6.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = wordpress
pkgdesc = Blog tool and publishing platform
- pkgver = 6.6.1
- pkgrel = 2
+ pkgver = 6.6.2
+ pkgrel = 1
url = https://wordpress.org/
install = wordpress.install
arch = any
@@ -12,8 +12,8 @@ pkgbase = wordpress
optdepends = nginx: Web server
options = !debug
options = emptydirs
- source = https://wordpress.org/wordpress-6.6.1.tar.gz
- sha256sums =
616e818653f8f289312eba6c2703e0ca7487a5b751ab23285daabd20177c4e55
- b2sums =
b151b00661f4012145247e10860d2200004749aec1762322eeaa904ccbc0b5c04d05eda443759e919af610da2f01df1b325cbdfde141ca0eb770ab008f384faf
+ source = https://wordpress.org/wordpress-6.6.2.tar.gz
+ sha256sums =
2697a68cb3dcf483f4fce8804925698c7466401b369fc32de2707a59c4c207d6
+ b2sums =
f10a94b0a731bb4a5b22f0e6e634f061bcd6abbb06badb3232cce56cee13c681fe8c00beab1893928c8d224a8f495ee5f2d5caa6ac90b45af39313580b3c3bca
pkgname = wordpress
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Christopher Rogers <[email protected]>
pkgname=wordpress
-pkgver=6.6.1
-pkgrel=2
+pkgver=6.6.2
+pkgrel=1
pkgdesc='Blog tool and publishing platform'
arch=(any)
url='https://wordpress.org/'
@@ -18,8 +18,8 @@ optdepends=('apache: Web server'
options=(!debug emptydirs)
install=$pkgname.install
source=("https://wordpress.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('616e818653f8f289312eba6c2703e0ca7487a5b751ab23285daabd20177c4e55')
-b2sums=('b151b00661f4012145247e10860d2200004749aec1762322eeaa904ccbc0b5c04d05eda443759e919af610da2f01df1b325cbdfde141ca0eb770ab008f384faf')
+sha256sums=('2697a68cb3dcf483f4fce8804925698c7466401b369fc32de2707a59c4c207d6')
+b2sums=('f10a94b0a731bb4a5b22f0e6e634f061bcd6abbb06badb3232cce56cee13c681fe8c00beab1893928c8d224a8f495ee5f2d5caa6ac90b45af39313580b3c3bca')
package() {
install -d "$pkgdir/usr/share/webapps"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wordpress/-/commit/7435b2be76d7d43c6053aace2513e5f576e35d5d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wordpress/-/commit/7435b2be76d7d43c6053aace2513e5f576e35d5d
You're receiving this email because of your account on gitlab.archlinux.org.