summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Wiggins2021-05-24 23:26:51 +0100
committerAlex Wiggins2021-05-24 23:26:51 +0100
commit1d8d8b09015125a6a79984cbb78f39a803572309 (patch)
tree1258f90e35ed16a1faea97d3aecd634347738081
parentd63c09e2a1ad334b1ce44ab33c2488612f437f7f (diff)
downloadaur-1d8d8b09015125a6a79984cbb78f39a803572309.tar.gz
Fix for uchardet git submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ca8e3f0e787..522ff8fd29e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = penguin-subtitle-player-git
pkgdesc = An open-source, cross-platform standalone subtitle player
- pkgver = v1.0.0.r7.1f61e87
+ pkgver = v1.4.0.r8.822f34e
pkgrel = 1
url = https://github.com/carsonip/Penguin-Subtitle-Player/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = penguin-subtitle-player-git
depends = qt5-base
depends = libxkbcommon-x11
depends = libsm
- provides = penguin-subtitle-player=v1.0.0.r7.1f61e87
+ provides = penguin-subtitle-player=v1.4.0.r8.822f34e
conflicts = penguin-subtitle-player
conflicts = penguin-subtitle-player-git
source = penguin-subtitle-player-git::git+https://github.com/carsonip/Penguin-Subtitle-Player.git
diff --git a/PKGBUILD b/PKGBUILD
index 265c17127537..d46fb34b1d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=penguin-subtitle-player
pkgname=${_pkgname}-git
-pkgver=v1.0.0.r7.1f61e87
+pkgver=v1.4.0.r7.822f34e
pkgrel=1
pkgdesc="An open-source, cross-platform standalone subtitle player"
arch=('i686' 'x86_64')
@@ -24,6 +24,9 @@ pkgver() {
build() {
cd "$srcdir/${pkgname}"
+
+ # required for uchardet git submodule
+ git submodule update --init --recursive
# build using Qt Creator project file
qmake-qt5 "PenguinSubtitlePlayer.pro"