summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoelacanthus2020-05-20 20:22:43 +0800
committerCoelacanthus2020-05-20 20:22:43 +0800
commit52b2c5098a690d827040bbfb5ae73810257318c8 (patch)
treeb84ebaae0b8087f47e21f2b7eaff8f03641e037b
parentf7afee1dd4b70569621d5a686605de2867fd9fad (diff)
downloadaur-librime-lua-git.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4846037ad9d4..8408ddee38a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = librime-lua-git
pkgdesc = Rime input method engine with Lua plugin
pkgver = 1.5.3.r77.1049863
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hchunhui/librime-lua
arch = x86_64
license = GPL3
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() {