summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2023-07-25 21:06:53 +0530
committerAseem Athale2023-07-25 21:06:53 +0530
commit8667dff5711e7af9c1f4f44d841836b8b602bcc3 (patch)
tree22d0bfcbdd7c255bafe495bc50d337d23de0db8b /PKGBUILD
parent381fbcac996fbe73e71c9f685d9fc55ae1c6f11e (diff)
downloadaur-libvarnam.tar.gz
libvarnam: Add provides field
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5c585e862bf..9868d5551076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libvarnam
pkgver=3.2.6
-pkgrel=2
+pkgrel=3
pkgdesc="Transliteration and reverse transliteration for Indian languages"
arch=('x86_64')
url="https://www.varnamproject.com/"
@@ -12,6 +12,7 @@ makedepends=('cmake')
source=("https://github.com/varnamproject/libvarnam/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('17d856c6b2e1a3d009d9907e9d0b0a49d82f403e71a0307a9c11ba5681a35481')
depends=('ruby' 'ruby-ffi')
+provides=('libvarnam')
build() {
cd ${pkgname}-${pkgver}