summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfkxxyz2020-08-30 17:39:03 +0800
committerfkxxyz2020-08-30 17:39:03 +0800
commit08cd1e4bd8220bb7d45c42e3b3966f6e9558c757 (patch)
treefe7dda5f4adb4e9af7c39b7217ae5026c769d17c
parent1ab6d9bbf34363d654a3faeaff9537030c6dcc8a (diff)
downloadaur-08cd1e4bd8220bb7d45c42e3b3966f6e9558c757.tar.gz
1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f288de4ab2..82f17369809b 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.1.0
+ pkgver = 1.1.1
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.1.0.tar.gz
- sha256sums = 33d9adae72da9b63f5930fe13073aee78453185e5523b89a66392adc619daac8
+ source = https://github.com/fkxxyz/ssfconv/archive/1.1.1.tar.gz
+ sha256sums = a2183b789fbaa77183b34f7a1c27a377b78358afcd7b930835d1d74d298d1cd0
pkgname = ssfconv
diff --git a/PKGBUILD b/PKGBUILD
index 0bf21fefae58..870acd367dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: qaz <fkxxyz@163.com>
pkgname=ssfconv
-pkgver=1.1.0
+pkgver=1.1.1
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=('33d9adae72da9b63f5930fe13073aee78453185e5523b89a66392adc619daac8')
+sha256sums=('a2183b789fbaa77183b34f7a1c27a377b78358afcd7b930835d1d74d298d1cd0')
package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/ssfconv" \