Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / apr
Commits:
7bb3197b by Carl Smedstad at 2024-09-16T18:45:05+02:00
upgpkg: 1.7.5-2: Format PKGBUILD consistently with apr-util
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = apr
pkgdesc = The Apache Portable Runtime
pkgver = 1.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://apr.apache.org/
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -6,23 +6,23 @@
pkgname=apr
pkgver=1.7.5
-pkgrel=1
-pkgdesc='The Apache Portable Runtime'
-arch=('x86_64')
-url='https://apr.apache.org/'
+pkgrel=2
+pkgdesc="The Apache Portable Runtime"
+arch=(x86_64)
+url="https://apr.apache.org/"
+license=(Apache-2.0)
depends=(
- 'glibc'
- 'util-linux-libs'
+ glibc
+ util-linux-libs
)
-makedepends=('python')
-license=('Apache-2.0')
+makedepends=(python)
source=(
"https://archive.apache.org/dist/apr/apr-$pkgver.tar.bz2"{,.asc}
- fix_apr-config.patch
- fix-apr.pc.patch
- ship_find_apr.m4.patch
- omit_extra_libs.patch
- dont_override_external_buildflags
+ "fix_apr-config.patch"
+ "fix-apr.pc.patch"
+ "ship_find_apr.m4.patch"
+ "omit_extra_libs.patch"
+ "dont_override_external_buildflags"
)
sha256sums=('cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apr/-/commit/7bb3197bac2ef962faa2afac7f1f8576aa205d9c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apr/-/commit/7bb3197bac2ef962faa2afac7f1f8576aa205d9c
You're receiving this email because of your account on gitlab.archlinux.org.