summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Seifferth2019-11-21 11:49:22 +0000
committerFrank Seifferth2019-11-21 11:49:22 +0000
commit46091e7faf963a2246439d110b3d9a7f58270373 (patch)
tree44e06faa31aa837d7f0ede17c8c8551461fbdc09 /PKGBUILD
parent2988cdf345c41af8daa30f7b26e58134b09c647a (diff)
downloadaur-46091e7faf963a2246439d110b3d9a7f58270373.tar.gz
Add provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f261ea29393..62948a99071b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
pkgname=abricotine-bin
_pkgname=abricotine
conflicts=("abricotine")
+provides=("abricotine")
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A markdown editor with inline preview"
arch=('x86_64')
url="http://abricotine.brrd.fr"