summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Lange2019-02-24 12:36:15 +0100
committerThomas Lange2019-02-24 12:36:15 +0100
commit99b1791dbec7f6af83684625d325a511a80783d4 (patch)
tree05fa232eefce4c1a3f091588205b9effba664939 /PKGBUILD
parent710bf696f87f341aa4a286f0344ed078ea6e3777 (diff)
downloadaur-99b1791dbec7f6af83684625d325a511a80783d4.tar.gz
Overhaul PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd33e765b40..9ff0acb5fc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,20 +9,19 @@
# Do the same with audacious-plugins-git. Then run Audacious by "audacious --qt".
pkgname=audacious-git
-pkgver=2015.10.10
+pkgver=2019.02.24
pkgrel=1
pkgdesc="Lightweight, advanced audio player focused on audio quality"
arch=('i686' 'x86_64')
-url="http://audacious-media-player.org/"
+url="https://audacious-media-player.org/"
license=('BSD')
-depends=('gtk2' 'libsm' 'gnome-icon-theme' 'desktop-file-utils')
- # 'qt5-base' 'libxkbcommon-x11')
+depends=('gtk2' 'libsm' 'gnome-icon-theme' 'desktop-file-utils') # 'qt5-base')
makedepends=('python2' 'git') # for gdbus-codegen
optdepends=('unzip: zipped skins support')
provides=('audacious')
conflicts=('audacious')
install=$pkgname.install
-source=('git://github.com/audacious-media-player/audacious.git') # #branch=gtk3')
+source=('git://github.com/audacious-media-player/audacious.git')
sha256sums=('SKIP')
pkgver() {