summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqaz2020-07-10 16:54:30 +0800
committerqaz2020-07-10 16:54:30 +0800
commit1ab6d9bbf34363d654a3faeaff9537030c6dcc8a (patch)
tree1ff88722e303b8bc17ef3960f6fb34cc3a8e837e
parent81ad028996b7d11ef4d88d781a75e0c1068244aa (diff)
downloadaur-1ab6d9bbf34363d654a3faeaff9537030c6dcc8a.tar.gz
1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddcf8c0098c9..e4f288de4ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ssfconv
pkgdesc = Sogou input method skin file (.ssf file) converter, supports conversion to fcitx 's format.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://www.fkxxyz.com/d/ssfconv/
arch = any
@@ -8,8 +8,8 @@ pkgbase = ssfconv
depends = python-pycryptodome
depends = python-pillow
depends = python-numpy
- source = https://github.com/fkxxyz/ssfconv/archive/1.0.0.tar.gz
- sha256sums = 93b2c8bc2e78f44b6b3ed7cb6e213d6359a4cb6111f7fbe2171b826927b5e0ce
+ source = https://github.com/fkxxyz/ssfconv/archive/1.1.0.tar.gz
+ sha256sums = 33d9adae72da9b63f5930fe13073aee78453185e5523b89a66392adc619daac8
pkgname = ssfconv
diff --git a/PKGBUILD b/PKGBUILD
index 1993576a55e9..0bf21fefae58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: qaz <fkxxyz@163.com>
pkgname=ssfconv
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Sogou input method skin file (.ssf file) converter, supports conversion to fcitx 's format."
arch=('any')
@@ -10,7 +10,7 @@ url="https://www.fkxxyz.com/d/ssfconv/"
license=('GPL3')
depends=('python-pycryptodome' 'python-pillow' 'python-numpy')
source=("https://github.com/fkxxyz/ssfconv/archive/${pkgver}.tar.gz")
-sha256sums=('93b2c8bc2e78f44b6b3ed7cb6e213d6359a4cb6111f7fbe2171b826927b5e0ce')
+sha256sums=('33d9adae72da9b63f5930fe13073aee78453185e5523b89a66392adc619daac8')
package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/ssfconv" \