summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 587c8dc91027..5ca8e3f0e787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = penguin-subtitle-player-git
pkgdesc = An open-source, cross-platform standalone subtitle player
- pkgver = v0.2.0.r7.262e8d4
+ pkgver = v1.0.0.r7.1f61e87
pkgrel = 1
- url = https://sourceforge.net/projects/penguinsubtitleplayer/
+ url = https://github.com/carsonip/Penguin-Subtitle-Player/
arch = i686
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = penguin-subtitle-player-git
depends = qt5-base
depends = libxkbcommon-x11
depends = libsm
- provides = penguin-subtitle-player=v0.2.0.r7.262e8d4
+ provides = penguin-subtitle-player=v1.0.0.r7.1f61e87
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 dd2efb47c516..265c17127537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=penguin-subtitle-player
pkgname=${_pkgname}-git
-pkgver=v0.2.0.r7.262e8d4
+pkgver=v1.0.0.r7.1f61e87
pkgrel=1
pkgdesc="An open-source, cross-platform standalone subtitle player"
arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/penguinsubtitleplayer/"
+url="https://github.com/carsonip/Penguin-Subtitle-Player/"
license=('GPL3')
depends=('qt5-base' 'libxkbcommon-x11' 'libsm') # qt5 and xcb plugin
makedepends=('git' 'qt5-base') # git and qmake-qt5
@@ -19,7 +19,7 @@ pkgver() {
cd "$srcdir/${pkgname}"
# automatically update version from git
- printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')" # Git, tags available
+ printf "%s" "$(git describe --tags --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')" # Git, tags available
}
build() {