summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorashprice2024-01-17 20:47:23 +0000
committerashprice2024-01-17 20:47:23 +0000
commita83f4d0db4c99f0baeb603ba0dc515d666e30447 (patch)
treeeb36ef60fd777c0920440c4286efce75390759e7
parent040b786cdc35f0be6d0cf56f5399c719db7bb4eb (diff)
downloadaur-a83f4d0db4c99f0baeb603ba0dc515d666e30447.tar.gz
First commit
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b879ffdc72a..03d56dd715a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ash Price <eisleggje@gmail.com>
+pkgname=fcitx5-ipa-sil-git
_pkgname=fcitx5-ipa-sil
-pkgname=${_pkgname}-git
pkgver=r13.0df3c9f
pkgrel=1
pkgdesc="An fcitx5 table layout replicating the SIL IPA keyman layout"
@@ -10,8 +10,8 @@ url="https://github.com/ashprice/fcitx5-ipa-sil"
license=('MIT')
depends=('fcitx5-chinese-addons' 'libime')
makedepends=('boost' 'cmake' 'git')
-provides=(${_pkgname})
-conflicts=(${_pkgname})
+provides=('fcitx5-ipa-sil')
+conflicts=('fcitx5-ipa-sil')
source=("git+$url.git")
sha512sums=('SKIP')