summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cb87cca7e75..25eac9e4426b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-youtube-viewer-git
pkgdesc = GTK+ application for searching and streaming videos from YouTube.
- pkgver = 3.7.7.r0.gc9f2913
+ pkgver = 3.7.8.r0.gddbc32b
pkgrel = 1
url = https://github.com/trizen/youtube-viewer
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 83904bdd355c..abe4c09e549e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=youtube-viewer
pkgname=gtk-youtube-viewer-git
-pkgver=3.7.7.r0.gc9f2913
+pkgver=3.7.8.r0.gddbc32b
pkgrel=1
pkgdesc="GTK+ application for searching and streaming videos from YouTube."
arch=('any')
@@ -34,7 +34,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {