summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1438f4f10387..b5cae1bf61b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gomopho
pkgdesc = Google motion photos video extractor (extract MP4 from MVIMG)
pkgver = 3.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cliveontoast/GoMoPho
arch = x86_64
license = GPL
depends = openssl-1.1
+ depends = icu69-bin
options = staticlibs
source = https://github.com/cliveontoast/GoMoPho/releases/download/v3.6/GoMoPho.GNULinux.3.6.zip
sha256sums = 20effeee0228708b68dbcf354306e7b506482c5f6ce2900326131b19b3a263f2
diff --git a/PKGBUILD b/PKGBUILD
index 1b1c6b60cb51..33374e345e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gomopho
_realname=GoMoPho
pkgver=3.6
-pkgrel=1
+pkgrel=2
pkgdesc="Google motion photos video extractor (extract MP4 from MVIMG)"
arch=(x86_64)
url="https://github.com/cliveontoast/GoMoPho"
license=('GPL')
groups=()
-depends=(openssl-1.1)
+depends=(openssl-1.1 icu69-bin)
makedepends=()
optdepends=()
provides=()