summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdw2017-02-16 20:42:59 +0000
committeralexdw2017-02-16 20:42:59 +0000
commitd63c09e2a1ad334b1ce44ab33c2488612f437f7f (patch)
treebe0de5922d9459a1db3ce83048dd14b69cbbe44b
parentc22bce682a84818db1e69e82b7d321810fcddc93 (diff)
downloadaur-d63c09e2a1ad334b1ce44ab33c2488612f437f7f.tar.gz
Update for v1.0.0
-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() {