summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-06-03 07:32:59 -0400
committerPatrick Northon2021-06-03 07:32:59 -0400
commit40fe3c9dda5f4a412dbb36aecf5ed1ed7fb63f4a (patch)
treef01fcd8c6e0b7b66606627d6a1f13e05c9923d61
parenteed10b1cab0c3046b9e1c6f89de33a5e058c0a18 (diff)
downloadaur-40fe3c9dda5f4a412dbb36aecf5ed1ed7fb63f4a.tar.gz
Add dpkg conflict.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44af1a12c02..e48a0bccd19a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = alternatives
pkgdesc = A tool to maintain symbolic links determining default commands.
pkgver = 1.15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fedora-sysv/chkconfig
arch = i686
arch = x86_64
license = GPL2
checkdepends = beakerlib
conflicts = chkconfig
+ conflicts = dpkg
source = https://github.com/fedora-sysv/chkconfig/archive/refs/tags/1.15.tar.gz
sha256sums = eac2af3e7fc42a3a60b28e04d98dcfbc5c5cb7f51eb02cb71329b6b71ef99d6e
pkgname = alternatives
-
diff --git a/PKGBUILD b/PKGBUILD
index 81bbb7e45f07..88b2d63f57a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alternatives
pkgver=1.15
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to maintain symbolic links determining default commands."
arch=('i686' 'x86_64')
url="https://github.com/fedora-sysv/chkconfig"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=()
makedepends=()
checkdepends=('beakerlib')
-conflicts=('chkconfig')
+conflicts=('chkconfig' 'dpkg')
source=("https://github.com/fedora-sysv/chkconfig/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('eac2af3e7fc42a3a60b28e04d98dcfbc5c5cb7f51eb02cb71329b6b71ef99d6e')