summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-08-17 02:40:28 +0200
committerMarcell Meszaros2023-08-17 02:40:28 +0200
commit650cd40f057bdbef22f2c20178a3714481c712b7 (patch)
treece8df36e909d13998f1d4f873dc8e89ede992724
parentb977930ab68f852b843bf1551c340aab54f206e1 (diff)
downloadaur-perl6-digest.tar.gz
1.0.1-3: (chore) add all potential conflicts
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d55421cefd..6e7023345982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl6-digest
pkgdesc = Raku implementation of some digest algorithms (can use OpenSSL's digests via nativecall)
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://raku.land/zef:grondilu/Digest
arch = any
groups = perl6
@@ -26,6 +26,18 @@ pkgbase = perl6-digest
provides = perl6-digest-sha3
provides = raku-digest-sha3
conflicts = raku-digest
+ conflicts = perl6-hmac
+ conflicts = raku-hmac
+ conflicts = perl6-digest-md5
+ conflicts = raku-digest-md5
+ conflicts = perl6-digest-ripemd
+ conflicts = raku-digest-ripemd
+ conflicts = perl6-digest-sha1
+ conflicts = raku-digest-sha1
+ conflicts = perl6-digest-sha2
+ conflicts = raku-digest-sha2
+ conflicts = perl6-digest-sha3
+ conflicts = raku-digest-sha3
source = libdigest-raku::git+https://github.com/grondilu/libdigest-raku.git#commit=f71ccf9525d5be5b552d9ee7e76f9a19e51afc02
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 974886ee70d2..1c673cf9cbe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl6-digest
pkgver=1.0.1
_gitref=f71ccf9525d5be5b552d9ee7e76f9a19e51afc02 # untagged version 1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Raku implementation of some digest algorithms (can use OpenSSL's digests via nativecall)"
arch=('any')
url='https://raku.land/zef:grondilu/Digest'
@@ -31,7 +31,7 @@ provides=(
{perl6,raku}'-digest-sha2'
{perl6,raku}'-digest-sha3'
)
-conflicts=('raku-digest')
+conflicts=("${provides[@]}")
source=("${_reponame}::git+$_repourl.git#commit=${_gitref}")
b2sums=('SKIP')