diff --git a/brother-mfc-j4410dw/default/PKGBUILD b/brother-mfc-j4410dw/default/PKGBUILD index 90979146..9776e648 100644 --- a/brother-mfc-j4410dw/default/PKGBUILD +++ b/brother-mfc-j4410dw/default/PKGBUILD @@ -6,7 +6,7 @@ pkgname="brother-mfc-j4410dw" pkgver="3.0.1" pkgrel=1 -pkgdesc="LPR and CUPS driver for the Brother MFC-J4410DW" +pkgdesc='LPR and CUPS driver for the Brother MFC-J4410DW' arch=('i686' 'x86_64') url="http://solutions.brother.com/linux/en_us/" license=('custom:brother commercial license') diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index 00a8fd5e..27613c5d 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=c++utilities pkgver=3.4.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities." +pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities" license=('GPL') depends=() optdepends=('c++utilities-doc: API documentation') diff --git a/c++utilities/doc/PKGBUILD b/c++utilities/doc/PKGBUILD index c544106b..d9627930 100644 --- a/c++utilities/doc/PKGBUILD +++ b/c++utilities/doc/PKGBUILD @@ -9,7 +9,7 @@ pkgname=c++utilities-doc pkgver=3.4.1 pkgrel=1 arch=('any') -pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)." +pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)" license=('GPL') makedepends=('cmake' 'doxygen' 'dia' 'graphviz') url="https://github.com/Martchus/${_reponame}" diff --git a/c++utilities/git/PKGBUILD b/c++utilities/git/PKGBUILD index db7e348c..74bdccc4 100644 --- a/c++utilities/git/PKGBUILD +++ b/c++utilities/git/PKGBUILD @@ -9,7 +9,7 @@ pkgname=c++utilities-git pkgver=50.4d6bf67 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (git version)." +pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities" license=('GPL') depends=() makedepends=('cmake' 'git') diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index f4734881..56471cd0 100644 --- a/c++utilities/mingw-w64/PKGBUILD +++ b/c++utilities/mingw-w64/PKGBUILD @@ -7,9 +7,9 @@ _name=c++utilities _reponame=cpp-utilities pkgname=mingw-w64-c++utilities pkgver=3.4.1 -pkgrel=1 +pkgrel=2 arch=('any') -pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)." +pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)" license=('GPL') depends=('mingw-w64-crt') optdepends=('c++utilities-doc: API documentation') @@ -23,6 +23,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" # build utilities for each architecture + export CXXFLAGS='-O0' for _arch in ${_architectures}; do mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" ../ diff --git a/dbus-soundrecorder/default/PKGBUILD b/dbus-soundrecorder/default/PKGBUILD index 958f7739..4af9b8a4 100644 --- a/dbus-soundrecorder/default/PKGBUILD +++ b/dbus-soundrecorder/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dbus-soundrecorder pkgver=1.2.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data." +pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data" license=('GPL') depends=('c++utilities' 'qt5-base') makedepends=('cmake' 'qtutilities') diff --git a/geocoordinatecalculator/default/PKGBUILD b/geocoordinatecalculator/default/PKGBUILD index f9ff218a..f6ab2f36 100644 --- a/geocoordinatecalculator/default/PKGBUILD +++ b/geocoordinatecalculator/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geocoordinatecalculator pkgver=1.1.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more." +pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more" license=('GPL') depends=('c++utilities') makedepends=('cmake') diff --git a/geocoordinatecalculator/mingw-w64/PKGBUILD b/geocoordinatecalculator/mingw-w64/PKGBUILD index d14aadf7..b2665989 100644 --- a/geocoordinatecalculator/mingw-w64/PKGBUILD +++ b/geocoordinatecalculator/mingw-w64/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mingw-w64-geocoordinatecalculator pkgver=1.1.1 pkgrel=1 arch=('any') -pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more (mingw-w64)." +pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more (mingw-w64)" license=('GPL') depends=('mingw-w64-crt' 'mingw-w64-c++utilities') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') diff --git a/gnome-breeze/git/PKGBUILD b/gnome-breeze/git/PKGBUILD index 57e70ea0..44ff99d3 100644 --- a/gnome-breeze/git/PKGBUILD +++ b/gnome-breeze/git/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gnome-breeze-git pkgver=102.49a5cd6 pkgrel=1 -pkgdesc="A GTK theme created to match with the new Plasma 5 Breeze (git version)." +pkgdesc="A GTK theme created to match with the new Plasma 5 Breeze" arch=('any') url="https://github.com/dirruk1/gnome-breeze" license=('LGPL') diff --git a/passwordfile/default/PKGBUILD b/passwordfile/default/PKGBUILD index f73e641f..d7c6cc24 100644 --- a/passwordfile/default/PKGBUILD +++ b/passwordfile/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=passwordfile pkgver=3.1.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL)." +pkgdesc="C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL" license=('GPL') depends=('c++utilities' 'openssl') makedepends=('cmake') diff --git a/passwordfile/git/PKGBUILD b/passwordfile/git/PKGBUILD index 1c1f4a9a..5fd907bb 100644 --- a/passwordfile/git/PKGBUILD +++ b/passwordfile/git/PKGBUILD @@ -9,7 +9,7 @@ pkgname=passwordfile-git pkgver=20.bcefbb6 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, git version)." +pkgdesc="C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL" license=('GPL') depends=('c++utilities' 'openssl') makedepends=('cmake' 'git') diff --git a/passwordfile/mingw-w64/PKGBUILD b/passwordfile/mingw-w64/PKGBUILD index bfbbfd58..4fb7f5a2 100644 --- a/passwordfile/mingw-w64/PKGBUILD +++ b/passwordfile/mingw-w64/PKGBUILD @@ -7,9 +7,9 @@ _name=passwordfile _reponame=passwordfile pkgname=mingw-w64-passwordfile pkgver=3.1.1 -pkgrel=1 +pkgrel=2 arch=('any') -pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, mingw-w64)." +pkgdesc="C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL (mingw-w64)" license=('GPL') depends=('mingw-w64-crt' 'mingw-w64-c++utilities' 'mingw-w64-openssl') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') @@ -22,6 +22,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" # build utilities for each architecture + export CXXFLAGS='-O0' for _arch in ${_architectures}; do mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" ../ diff --git a/passwordmanager/default/PKGBUILD b/passwordmanager/default/PKGBUILD index 221ccd0c..f06169af 100644 --- a/passwordmanager/default/PKGBUILD +++ b/passwordmanager/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=passwordmanager pkgver=2.1.1 pkgrel=2 arch=('i686' 'x86_64') -pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL." +pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL" license=('GPL') depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils') makedepends=('cmake' 'qt5-tools') diff --git a/passwordmanager/git/PKGBUILD b/passwordmanager/git/PKGBUILD index 85b16c98..eae5e2d1 100644 --- a/passwordmanager/git/PKGBUILD +++ b/passwordmanager/git/PKGBUILD @@ -9,7 +9,7 @@ pkgname=passwordmanager-git pkgver=36.90d37ae pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (git version)." +pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL" license=('GPL') depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils') makedepends=('cmake' 'qt5-tools' 'git') diff --git a/passwordmanager/mingw-w64/PKGBUILD b/passwordmanager/mingw-w64/PKGBUILD index 6cece268..a2199249 100644 --- a/passwordmanager/mingw-w64/PKGBUILD +++ b/passwordmanager/mingw-w64/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mingw-w64-passwordmanager pkgver=2.1.1 pkgrel=2 arch=('any') -pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)." +pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)" license=('GPL') depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-passwordfile' 'mingw-w64-openssl') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg') diff --git a/pdfmerge/default/PKGBUILD b/pdfmerge/default/PKGBUILD index 224b37d7..6e5adfdb 100755 --- a/pdfmerge/default/PKGBUILD +++ b/pdfmerge/default/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pdfmerge pkgver=1.0.0 pkgrel=2 -pkgdesc="Wrapper script for Ghostscript to merge multiple docs/images in one PDF files conveniently." +pkgdesc='Wrapper script for Ghostscript to merge multiple docs/images in one PDF file conveniently' url="https://github.com/Martchus/PKGBUILDs/tree/master/${pkgname}" arch=('any') license=('GPL') diff --git a/pocketsphinx/default/PKGBUILD b/pocketsphinx/default/PKGBUILD index 8f9ca8bc..b3b4c888 100644 --- a/pocketsphinx/default/PKGBUILD +++ b/pocketsphinx/default/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pocketsphinx pkgver=5prealpha pkgrel=5 -pkgdesc='Lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop.' +pkgdesc='Lightweight speech recognition engine' arch=('i686' 'x86_64') url='http://cmusphinx.sourceforge.net' license=('BSD') @@ -24,20 +24,17 @@ prepare() { autoreconf -ivf > /dev/null cd .. - cp -R "$pkgname-$pkgver" "$pkgname-$pkgver-py2" cp -R "$pkgname-$pkgver" "$pkgname-$pkgver-py3" } build() { - msg2 "Building python3 environment" export PYTHON=/usr/bin/python cd "$pkgname-$pkgver-py3" ./configure --prefix=/usr make - msg2 "Building python2 environment" cd "../$pkgname-$pkgver-py2" export PYTHON=/usr/bin/python2 diff --git a/python-pyusb/default/PKGBUILD b/python-pyusb/default/PKGBUILD index ea198678..ae475c70 100644 --- a/python-pyusb/default/PKGBUILD +++ b/python-pyusb/default/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pyusb pkgver=1.0.0 pkgrel=1 -pkgdesc="A pure Python module which provides USB access" +pkgdesc='A pure Python module which provides USB access' arch=('any') url="https://github.com/walac/pyusb" license=('custom') diff --git a/qpaeq-menu-entry/default/PKGBUILD b/qpaeq-menu-entry/default/PKGBUILD index d3b893ef..24c66cc9 100644 --- a/qpaeq-menu-entry/default/PKGBUILD +++ b/qpaeq-menu-entry/default/PKGBUILD @@ -1,23 +1,25 @@ +# Maintainer: Martchus + # All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where # you also find the URL of a binary repository. pkgname=qpaeq-menu-entry _execname=qpaeq pkgver=1.0.0 -pkgrel=3 +pkgrel=4 arch=('any') -pkgdesc="Menu entry for qpaeq - a PulseAudio equalizer frontend." +pkgdesc='Menu entry for qpaeq - a PulseAudio equalizer frontend' license=('BSD') depends=('pulseaudio-equalizer' 'python-pyqt4') makedepends= -install=${_execname}.install +install="${_execname}.install" url= source=("$_execname.desktop" "$_execname.svg") md5sums=('2bb4b813d1007bd93b58c15f1334fe88' '82df9349be90add6be1be8c537f4abef') package() { - cd $srcdir - install -m644 -D ./${_execname}.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/${_execname}.svg - install -m644 -D ./${_execname}.desktop $pkgdir/usr/share/applications/${_execname}.desktop + cd "$srcdir" + install -m644 -D "./${_execname}.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/${_execname}.svg" + install -m644 -D "./${_execname}.desktop" "$pkgdir/usr/share/applications/${_execname}.desktop" } diff --git a/qtutilities/default/PKGBUILD b/qtutilities/default/PKGBUILD index 4bc38a84..13bde523 100644 --- a/qtutilities/default/PKGBUILD +++ b/qtutilities/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=qtutilities pkgver=4.0.0 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models." +pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models" license=('GPL') depends=('c++utilities' 'qt5-base') makedepends=('cmake') diff --git a/qtutilities/git/PKGBUILD b/qtutilities/git/PKGBUILD index 48c6f61c..5e0254e4 100644 --- a/qtutilities/git/PKGBUILD +++ b/qtutilities/git/PKGBUILD @@ -9,7 +9,7 @@ pkgname=qtutilities-git pkgver=35.721e79d pkgrel=6 arch=('i686' 'x86_64') -pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (git version)." +pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models" license=('GPL') depends=('c++utilities' 'qt5-base') makedepends=('cmake' 'git') diff --git a/qtutilities/mingw-w64/PKGBUILD b/qtutilities/mingw-w64/PKGBUILD index 8da78049..d03e9151 100644 --- a/qtutilities/mingw-w64/PKGBUILD +++ b/qtutilities/mingw-w64/PKGBUILD @@ -7,9 +7,9 @@ _name=qtutilities _reponame=qtutilities pkgname=mingw-w64-qtutilities pkgver=4.0.0 -pkgrel=1 +pkgrel=2 arch=('any') -pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. (mingw-w64)." +pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)" license=('GPL') depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-c++utilities') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') @@ -22,6 +22,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" # build utilities for each architecture + export CXXFLAGS='-O0' for _arch in ${_architectures}; do mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" ../ diff --git a/repoindex/git/PKGBUILD b/repoindex/git/PKGBUILD index b41d63cc..c6c49dc5 100644 --- a/repoindex/git/PKGBUILD +++ b/repoindex/git/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(repoindex{,-header,-web,-gui}) pkgver=0.2.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Repository browser for Arch Linux (git version)." +pkgdesc="Repository browser for Arch Linux" license=('GPL') depends=('qt5-base' 'qt5-websockets' 'karchive' 'pacman' 'c++utilities') makedepends=('cmake' 'git' 'yuicompressor' 'qtutilities') diff --git a/subtitlecomposer/git/PKGBUILD b/subtitlecomposer/git/PKGBUILD index 1e038034..90b8dc2c 100644 --- a/subtitlecomposer/git/PKGBUILD +++ b/subtitlecomposer/git/PKGBUILD @@ -15,7 +15,7 @@ _name=subtitlecomposer pkgname=${_name}-git pkgver=0.6.4 pkgrel=1 -pkgdesc="A KDE subtitle editor (git version)" +pkgdesc="A KDE subtitle editor" arch=('i686' 'x86_64') url="https://github.com/maxrd2/${_name}" license=('GPL') diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 9f0ba07b..78c0a567 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/PKGBUILD @@ -14,7 +14,7 @@ pkgname=tageditor pkgver=1.4.0 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska." +pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska" license=('GPL') depends=('qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils') [[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt5-base') diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index 81b58eee..9e3a7108 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -15,7 +15,7 @@ pkgname=tageditor-git pkgver=66.77a0bc2 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska (git version)." +pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska" license=('GPL') depends=('qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils') [[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt5-base') diff --git a/tageditor/mingw-w64-webview/PKGBUILD b/tageditor/mingw-w64-webview/PKGBUILD index 8293503a..7c87ba0c 100644 --- a/tageditor/mingw-w64-webview/PKGBUILD +++ b/tageditor/mingw-w64-webview/PKGBUILD @@ -15,7 +15,7 @@ pkgname=mingw-w64-tageditor-webview pkgver=1.4.0 pkgrel=1 arch=('any') -pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska (mingw-w64)." +pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska" license=('GPL') depends=(mingw-w64-{crt,qtutilities,tagparser}) [[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base') diff --git a/tageditor/mingw-w64/PKGBUILD b/tageditor/mingw-w64/PKGBUILD index dccafbab..494bba04 100644 --- a/tageditor/mingw-w64/PKGBUILD +++ b/tageditor/mingw-w64/PKGBUILD @@ -15,7 +15,7 @@ pkgname=mingw-w64-tageditor pkgver=1.4.0 pkgrel=1 arch=('any') -pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska (mingw-w64)." +pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska" license=('GPL') depends=(mingw-w64-{crt,qtutilities,tagparser}) [[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base') diff --git a/videodownloader/default/PKGBUILD b/videodownloader/default/PKGBUILD index 08d0a025..9697c612 100644 --- a/videodownloader/default/PKGBUILD +++ b/videodownloader/default/PKGBUILD @@ -8,7 +8,7 @@ pkgname=videodownloader pkgver=1.3.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)." +pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)" license=('GPL') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') makedepends=('cmake' 'qt5-tools') diff --git a/videodownloader/git/PKGBUILD b/videodownloader/git/PKGBUILD index 44e7ecca..297eb7ea 100644 --- a/videodownloader/git/PKGBUILD +++ b/videodownloader/git/PKGBUILD @@ -9,7 +9,7 @@ pkgname=videodownloader-git pkgver=27.8960d5b pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)." +pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)" license=('GPL') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') makedepends=('cmake' 'qt5-tools' 'git') diff --git a/videodownloader/mingw-w64/PKGBUILD b/videodownloader/mingw-w64/PKGBUILD index 41d85ef9..20aabc80 100644 --- a/videodownloader/mingw-w64/PKGBUILD +++ b/videodownloader/mingw-w64/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mingw-w64-videodownloader pkgver=1.3.1 pkgrel=1 arch=('any') -pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, git version)." +pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)" license=('GPL') depends=('mingw-w64-crt' 'mingw-w64-qtutilities' 'mingw-w64-openssl') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')