summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1881d5558c..f6de602ae18f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = poedit-git
pkgdesc = Translations editor for Mac, Windows and Unix
- pkgver = 3.5.2.r80.ge4a64e4c1
- pkgrel = 2
+ pkgver = 3.5.2.r91.g681a3b7e6
+ pkgrel = 1
url = https://github.com/vslavik/poedit
arch = x86_64
license = MIT
@@ -24,6 +24,7 @@ pkgbase = poedit-git
makedepends = openssl
makedepends = pkgconf
makedepends = webkit2gtk-4.1
+ makedepends = wxwidgets-gtk3
makedepends = xmlto
makedepends = zlib
depends = cld2
diff --git a/PKGBUILD b/PKGBUILD
index 7714d0a4169c..b9a73ceaec46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=poedit-git
-pkgver=3.5.2.r80.ge4a64e4c1
-pkgrel=2
+pkgver=3.5.2.r91.g681a3b7e6
+pkgrel=1
epoch=
pkgdesc="Translations editor for Mac, Windows and Unix"
arch=($CARCH)
@@ -44,6 +44,7 @@ makedepends=(
openssl
pkgconf
webkit2gtk-4.1
+ wxwidgets-gtk3
xmlto
zlib)
checkdepends=()