summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Ho2020-07-07 20:53:47 +0200
committerAntony Ho2020-07-07 20:53:47 +0200
commit0b95613e1f6fd1ae287a1ec156636ad530f5a50c (patch)
tree68cd153f8df8af2f3a1efe29227d45b10202f1af
parent7a501c0effdc909736e8310490714e7b5ef83d6e (diff)
downloadaur-0b95613e1f6fd1ae287a1ec156636ad530f5a50c.tar.gz
Update to v1.3
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0831ffbd10fc..637af5ebcf43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antony Ho <ntonyworkshop@gmail.com>
pkgname=python-pycangjie
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="This is a Python wrapper to libcangjie, the library implementing Cangjie and Quick input methods."
arch=('x86_64' 'i686')
@@ -9,9 +9,8 @@ license=('LGPL3')
depends=('libcangjie' 'python>=3.2')
makedepends=('cython>=0.17' 'autoconf' 'automake')
replaces=('pycangjie-git')
-sha256sums=('bc9115904f65581a11e43044c83e999e583468d1bb98c04b33ea059205e07c10'
-'SKIP')
-source=("https://github.com/Cangjians/pycangjie/releases/download/v$pkgver/cangjie-$pkgver.tar.xz" "https://github.com/Cangjians/pycangjie/commit/361bb413203fd43bab624d98edf6f7d20ce6bfd3.patch")
+sha256sums=('6cfc4ea568f0160fd63a6f786208b3cd991fc420aa61f7d03c41a1b903d39f7e')
+source=("https://github.com/Cangjians/pycangjie/releases/download/v$pkgver/cangjie-$pkgver.tar.xz")
check() {
@@ -21,12 +20,10 @@ check() {
prepare() {
cd "$srcdir/cangjie-$pkgver"
- patch -p1 -i "../361bb413203fd43bab624d98edf6f7d20ce6bfd3.patch"
}
build() {
cd "$srcdir/cangjie-$pkgver"
-# ./configure --prefix=/usr
./autogen.sh --prefix=/usr
make
}