summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDian M Fay2022-12-28 16:37:42 -0500
committerDian M Fay2022-12-28 16:37:42 -0500
commit722b44c5ff75dbc8362b565e136a8629250c9e4b (patch)
tree151f26e888ca41b433091ebd4117359defed27ac
parent49eb5d3abf583ea68a443c2a4454142bed0fddf8 (diff)
downloadaur-722b44c5ff75dbc8362b565e136a8629250c9e4b.tar.gz
add provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37a91a3be8fc..451edaacc097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = aercbook-bin
arch = x86_64
license = MIT
depends = aerc
+ provides = aercbook
source = https://git.sr.ht/~renerocksai/aercbook/refs/download/v0.1.2/aercbook-v0.1.2--x86_64-linux.gz
sha256sums = 25bf22245934b57b08bfee5a052bf6c0a60f3e6718ee024511fca4d9ab7057dd
diff --git a/PKGBUILD b/PKGBUILD
index 4bc186895d1f..5f6de0072d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=aercbook-bin
pkgver=0.1.2
pkgrel=1
pkgdesc='A minimal address book for the aerc email client'
+provides=('aercbook')
arch=('x86_64')
url='https://git.sr.ht/~renerocksai/aercbook'
license=('MIT')