updated PKGBUILD files

This commit is contained in:
Martchus 2015-04-29 21:20:11 +02:00
parent 2d9f3bf17a
commit ae1f543dec
2 changed files with 12 additions and 8 deletions

View File

@ -2,15 +2,17 @@ pkgname=videodownloader
pkgver=1.0.6
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A simple YouTube and Grooveshark downloader."
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)."
license=('GPL')
depends=('qt5-base' 'qtutilities' 'openssl')
makedepends=('qt5-tools')
install=${pkgname}.install
url="http://martchus.netai.net/"
source=("$pkgname.tar.gz")
md5sums=('9e3802e4ed47a4efb2d4f8a6ed5daf3e')
url="https://github.com/Martchus/videodownloader"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
sha256sums=('9e3802e4ed47a4efb2d4f8a6ed5daf3e')
# head end
build() {
cd $srcdir/$pkgname
INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$pkgname.pro" -r -spec linux-g++

View File

@ -1,17 +1,19 @@
_name=videodownloader
pkgname=mingw-w64-$_name
pkgname=mingw-w64-videodownloader
pkgver=1.0.6
pkgrel=1
arch=('any')
pkgdesc="A simple YouTube and Grooveshark downloader (mingw-w64)."
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, mingw-w64)."
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc')
url="http://martchus.netai.net/"
source=("${_name}.tar.gz")
url="https://github.com/Martchus/videodownloader"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
md5sums=('4e94aff9225d8873f752995c1bcc5f15')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
# head end
build() {
cd $srcdir/$_name
# build utilities for each architecture