summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfossdd2024-02-27 21:58:55 +0000
committerfossdd2024-02-27 21:58:55 +0000
commit6e3981373be8ab319407de1899583dcd61e7574d (patch)
tree2d4cf5cb54056430892e0de981e6e509e6374897 /PKGBUILD
parent1795ddcaace0e1dcbfa5fb76e609b8f474f01fe8 (diff)
downloadaur-6e3981373be8ab319407de1899583dcd61e7574d.tar.gz
conflict with redlib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29ed5ce39eb9..8f5c4204d378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=redlib-git
_pkgname=${pkgname%-git}
pkgver=v0.29.4.r207.2291095
-pkgrel=1
+pkgrel=2
pkgdesc="Private front-end for Reddit"
url='https://github.com/redlib-org/redlib'
license=(AGPL-3.0)
arch=(x86_64)
depends=()
makedepends=(cargo git)
+provides=($_pkgname)
+conflicts=($_pkgname)
backup=("etc/$_pkgname.conf")
options=('!lto')
source=("$pkgname::git+$url")