summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-06-24 21:16:20 +0200
committerBłażej Szczygieł2016-06-24 21:16:20 +0200
commit3bfa8ccb7ea304018fafddaa0f6fc7e3e1fecf37 (patch)
tree7a507dfa2b5918e7cf73eb5b44c5c138daa10751
parentbb30ec534b62643e7f2a50f305aff85b19f8ba14 (diff)
downloadaur-3bfa8ccb7ea304018fafddaa0f6fc7e3e1fecf37.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b427a7de85..324b63118038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jun 19 18:01:24 UTC 2016
+# Fri Jun 24 19:16:06 UTC 2016
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 16.06.14
- pkgrel = 2
+ pkgver = 16.06.23
+ pkgrel = 1
url = http://qt-apps.org/content/show.php/QMPlay2?content=153339
install = qmplay2-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c0d75f63cc30..3f6d3e8a96be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=16.06.14
-pkgrel=2
+pkgver=16.06.23
+pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7' 'armv6' 'armv5')
url='http://qt-apps.org/content/show.php/QMPlay2?content=153339'
@@ -20,8 +20,7 @@ install=$pkgname.install
pkgver()
{
- cd $srcdir/QMPlay2
- ./version
+ $srcdir/QMPlay2/version
}
build()