summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCoelacanthus2020-05-20 20:22:43 +0800
committerCoelacanthus2020-05-20 20:22:43 +0800
commit52b2c5098a690d827040bbfb5ae73810257318c8 (patch)
treeb84ebaae0b8087f47e21f2b7eaff8f03641e037b /PKGBUILD
parentf7afee1dd4b70569621d5a686605de2867fd9fad (diff)
downloadaur-librime-lua-git.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c5dadbbbb27..094455c6a019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=librime-lua-git
_pkgname=librime
pkgver=1.5.3.r77.1049863
_pkgver=1.5.3
-pkgrel=2
+pkgrel=3
pkgdesc="Rime input method engine with Lua plugin"
arch=('x86_64')
url="https://github.com/hchunhui/librime-lua"
@@ -30,7 +30,7 @@ pkgver() {
prepare() {
cp -r librime-lua $_pkgname-$_pkgver/plugins/lua
cd $_pkgname-$_pkgver
- patch -p1 -i ../$pkgname-opencc-1.1.patch
+ patch -p1 -i ../$_pkgname-opencc-1.1.patch
}
build() {