summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-02-05 07:27:50 +0000
committerGeorge Rawlinson2022-02-05 07:27:50 +0000
commit04eb08884d01d51ed592e9ed8edb37a16503b68a (patch)
tree057cea34b0c41074607ef5379ae030691a4d2289
parent8a38383c012e35ee36f910cd32214cf45e174a6d (diff)
downloadaur-redo-c.tar.gz
upgpkg: redo-c 0.3-3
* Add provides: redo * Add various conflicts from the AUR.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8ed03263db..4df1638769e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = redo-c
pkgdesc = An implementation of the redo build system in portable C with zero dependencies
pkgver = 0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/leahneukirchen/redo-c
arch = x86_64
license = custom:CC0-1.0
makedepends = git
depends = glibc
+ provides = redo
+ conflicts = redo-sh
+ conflicts = redo-jdebp
+ conflicts = redo-python
options = !lto
source = redo-c::git+https://github.com/leahneukirchen/redo-c.git#commit=c19b03dc4c656109833c3af6924bfb314c9fbfdc
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index e8af880e7854..a4041d87c5cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=redo-c
pkgver=0.3
-pkgrel=2
+pkgrel=3
pkgdesc="An implementation of the redo build system in portable C with zero dependencies"
arch=('x86_64')
url="https://github.com/leahneukirchen/redo-c"
license=('custom:CC0-1.0')
depends=('glibc')
makedepends=('git')
+provides=('redo')
+conflicts=('redo-sh' 'redo-jdebp' 'redo-python')
options=('!lto')
_commit='c19b03dc4c656109833c3af6924bfb314c9fbfdc'
source=(