[arch-commits] Commit in pacman/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Oct 22 02:09:24 UTC 2019
Date: Tuesday, October 22, 2019 @ 02:09:23
Author: bpiotrowski
Revision: 365288
5.2.0-2: add libprovides
Modified:
pacman/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-22 02:09:09 UTC (rev 365287)
+++ PKGBUILD 2019-10-22 02:09:23 UTC (rev 365288)
@@ -4,7 +4,7 @@
pkgname=pacman
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library-based package manager with dependency support"
arch=('x86_64')
url="https://www.archlinux.org/pacman/"
@@ -15,6 +15,7 @@
makedepends=('asciidoc')
checkdepends=('python' 'fakechroot')
optdepends=('perl-locale-gettext: translation support in makepkg-template')
+provides=('libalpm.so')
backup=(etc/pacman.conf
etc/makepkg.conf)
options=('strip' 'debug')
More information about the arch-commits
mailing list