summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-03-25 00:03:28 +0100
committerMartchus2017-03-25 00:03:28 +0100
commit8580d4ded8f5b88faf96d8fed843430b3a24a027 (patch)
treee9cabf716dbfe30a91bc979662fd697faec9ed9b
parentc23d3d598726e008d0bf0c487422af1d1b61091e (diff)
downloadaur-8580d4ded8f5b88faf96d8fed843430b3a24a027.tar.gz
Update to 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--videodownloader.install12
3 files changed, 7 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3f34f7da32..f98ed211c2c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 14 20:09:42 UTC 2016
+# Fri Mar 24 23:03:28 UTC 2017
pkgbase = videodownloader
pkgdesc = A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/Martchus/videodownloader
arch = i686
@@ -14,8 +14,8 @@ pkgbase = videodownloader
depends = openssl
depends = desktop-file-utils
depends = xdg-utils
- 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 = videodownloader
diff --git a/PKGBUILD b/PKGBUILD
index d30b9332924c..e59b729821d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=videodownloader
pkgname=videodownloader
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)'
@@ -13,8 +13,8 @@ license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools')
url="https://github.com/Martchus/${_reponame}"
-source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('4f2ffc1762b6f3fda50c7d1b5673e85e2dbfea50543f3219792f6126a30e1bce')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('60cb2e5e11a7665765dfe8904f51759bdef88b6d11cd93f9b83fab868f9c09e8')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
diff --git a/videodownloader.install b/videodownloader.install
deleted file mode 100644
index 5c501dc49916..000000000000
--- a/videodownloader.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}