Skip to content

Commit

Permalink
perl-xml-parser 2.47, remove ancient conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
demmm committed Dec 29, 2023
1 parent b44db1a commit 0af91b0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions perl-xml-parser/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@

pkgname=perl-xml-parser
_pkgname=XML-Parser
pkgver=2.46
_pkgver=2.46
pkgrel=4
pkgver=2.47
_pkgver=2.47
pkgrel=1
pkgdesc="Expat-based XML parser module for perl"
arch=('x86_64')
license=('GPL' 'PerlArtistic')
url="https://metacpan.org/release/XML-Parser"
depends=('perl' 'expat')
replaces=('perlxml')
provides=("perlxml=${pkgver}")
conflicts=('perlxml')
options=('!emptydirs')
source=("https://cpan.metacpan.org/authors/id/T/TO/TODDR/${_pkgname}-${_pkgver}.tar.gz")
md5sums=('80bb18a8e6240fcf7ec2f7b57601c170')
md5sums=('89a8e82cfd2ad948b349c0a69c494463')

build() {
cd ${_pkgname}-${_pkgver}
Expand Down

0 comments on commit 0af91b0

Please sign in to comment.