summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2024-04-09 16:03:04 -0500
committerlibele2024-04-09 16:03:04 -0500
commit922ebf8e48e10505ab45e4c99bb0235eeb1435b6 (patch)
treee7d6456363c77df8a3369c0c6d791ea7e8726524
parent80a5c35760892cc54d14ddb32a7d4f93e67e0d16 (diff)
downloadaur-922ebf8e48e10505ab45e4c99bb0235eeb1435b6.tar.gz
upgpkg: vilearn-git r10.00ee4a4-1
add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb9a6c5cfc47..a213ce7fd7bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = vilearn-git
makedepends = bmake
makedepends = git
optdepends = vi: the original ex/vi text editor
+ provides = vilearn
+ conflicts = vilearn
source = git+https://git.sr.ht/~libele/vilearn
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 556b931c8894..ccaf84f1156c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="https://git.sr.ht/~libele/vilearn"
license=('custom:Copyright')
makedepends=('bmake' 'git')
optdepends=('vi: the original ex/vi text editor')
+provides=('vilearn')
+conflicts=('vilearn')
source=("git+https://git.sr.ht/~libele/vilearn")
md5sums=('SKIP')