summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-02-20 14:13:23 +0100
committerAlexander F. Rødseth2023-02-20 14:13:23 +0100
commit0fd64579c57ae5d3a73b67591bea35164548b36d (patch)
treed11223637689136ac0118769f1e45e8a71395f7b
parent3f6b309b58d7cd2b543c0c715b9ca44ad418543e (diff)
downloadaur-0fd64579c57ae5d3a73b67591bea35164548b36d.tar.gz
Add "provides"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2efb24bfcc1a..b0e380584324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orbiton
pkgdesc = Text editor and minimalistic IDE
pkgver = 2.60.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyproto/orbiton
arch = x86_64
license = BSD
@@ -50,6 +50,7 @@ pkgbase = orbiton
optdepends = vte3: for the ko GUI frontend
optdepends = yasm: for compiling Assembly
optdepends = zig: for compiling and formatting Zig
+ provides = o
conflicts = o
replaces = o
source = git+https://github.com/xyproto/orbiton#commit=fee17303c2588cd00e83dad3359b65fd47eb0e91
diff --git a/PKGBUILD b/PKGBUILD
index 6079f8d34fa2..c04e34cb4928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=orbiton
pkgver=2.60.0
-pkgrel=1
+pkgrel=2
pkgdesc='Text editor and minimalistic IDE'
arch=(x86_64)
url='https://github.com/xyproto/orbiton'
@@ -10,6 +10,7 @@ license=(BSD)
makedepends=(git go vte3)
conflicts=(o)
replaces=(o)
+provides=(o)
source=("git+$url#commit=fee17303c2588cd00e83dad3359b65fd47eb0e91") # tag: v2.60.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'