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 pkgver=1.0.6
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') 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') license=('GPL')
depends=('qt5-base' 'qtutilities' 'openssl') depends=('qt5-base' 'qtutilities' 'openssl')
makedepends=('qt5-tools') makedepends=('qt5-tools')
install=${pkgname}.install install=${pkgname}.install
url="http://martchus.netai.net/" url="https://github.com/Martchus/videodownloader"
source=("$pkgname.tar.gz") source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
md5sums=('9e3802e4ed47a4efb2d4f8a6ed5daf3e') sha256sums=('9e3802e4ed47a4efb2d4f8a6ed5daf3e')
# head end # head end
build() { build() {
cd $srcdir/$pkgname cd $srcdir/$pkgname
INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$pkgname.pro" -r -spec linux-g++ INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$pkgname.pro" -r -spec linux-g++

View File

@ -1,17 +1,19 @@
_name=videodownloader _name=videodownloader
pkgname=mingw-w64-$_name pkgname=mingw-w64-videodownloader
pkgver=1.0.6 pkgver=1.0.6
pkgrel=1 pkgrel=1
arch=('any') 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') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-openssl') depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc') makedepends=('mingw-w64-gcc')
url="http://martchus.netai.net/" url="https://github.com/Martchus/videodownloader"
source=("${_name}.tar.gz") source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
md5sums=('4e94aff9225d8873f752995c1bcc5f15') md5sums=('4e94aff9225d8873f752995c1bcc5f15')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
# head end # head end
build() { build() {
cd $srcdir/$_name cd $srcdir/$_name
# build utilities for each architecture # build utilities for each architecture