summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-03-25 00:03:36 +0100
committerMartchus2017-03-25 00:03:36 +0100
commitfe2a49af8587745870705064b87aac5f99242c9f (patch)
treecf32ca6a60e52a93b1aee01d44706719a8caa97e
parentcc19faffeadc57dc88ed65df3766c6b5e6ea2843 (diff)
downloadaur-fe2a49af8587745870705064b87aac5f99242c9f.tar.gz
Update to 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e3c414e32cc..cb801e721ba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 14 20:10:54 UTC 2016
+# Fri Mar 24 23:03:36 UTC 2017
pkgbase = mingw-w64-videodownloader
pkgdesc = A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/Martchus/videodownloader
arch = any
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-videodownloader
options = staticlibs
options = !strip
options = !emptydirs
- source = videodownloader-1.3.2.tar.gz::https://github.com/Martchus/videodownloader/archive/v1.3.2.tar.gz
- sha256sums = 4f2ffc1762b6f3fda50c7d1b5673e85e2dbfea50543f3219792f6126a30e1bce
+ source = videodownloader-1.3.3.tar.gz::https://github.com/Martchus/videodownloader/archive/v1.3.3.tar.gz
+ sha256sums = 60cb2e5e11a7665765dfe8904f51759bdef88b6d11cd93f9b83fab868f9c09e8
pkgname = mingw-w64-videodownloader
diff --git a/PKGBUILD b/PKGBUILD
index 0f46485c8ed9..c74c4719a03f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=videodownloader
pkgname=mingw-w64-videodownloader
_name=${pkgname#mingw-w64-}
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
arch=('any')
pkgdesc='A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)'
@@ -14,8 +14,8 @@ license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qtutilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
-source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('4f2ffc1762b6f3fda50c7d1b5673e85e2dbfea50543f3219792f6126a30e1bce')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('60cb2e5e11a7665765dfe8904f51759bdef88b6d11cd93f9b83fab868f9c09e8')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'