summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-08-14 01:11:50 +0200
committerPeter Mattern2017-08-14 01:16:17 +0200
commit65f9609b772e626b35de36fa26f884db26bcdcdc (patch)
treeb6a291e62a3c8c29658830a937b304b2c1be1317
parentcda87acda67a4c5119c59be4af6c42cac51054d4 (diff)
downloadaur-65f9609b772e626b35de36fa26f884db26bcdcdc.tar.gz
Replace build dependency liblxqt with lxqt-build-tools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d5c22db8055..5c94f938c52b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 12:24:52 UTC 2016
+# Sun Aug 13 23:16:11 UTC 2017
pkgbase = pavucontrol-qt-git
pkgdesc = Qt port of pavucontrol
- pkgver = 0.1.0.2.g384c329
+ pkgver = 0.2.0.20.g3d26e86
pkgrel = 1
url = https://github.com/lxde/pavucontrol-qt
arch = i686
@@ -11,7 +11,7 @@ pkgbase = pavucontrol-qt-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
- makedepends = liblxqt-git
+ makedepends = lxqt-build-tools-git
depends = libpulse
depends = qt5-base
provides = pavucontrol-qt
diff --git a/PKGBUILD b/PKGBUILD
index 3c97a566e7be..db7f3cc006bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname='pavucontrol-qt'
pkgname="$_pkgname-git"
-pkgver=0.1.0.2.g384c329
+pkgver=0.2.0.20.g3d26e86
pkgrel=1
pkgdesc='Qt port of pavucontrol'
arch=('i686' 'x86_64')
-url='https://github.com/lxde/pavucontrol-qt'
+url="https://github.com/lxde/$_pkgname"
license=('GPL2')
depends=('libpulse' 'qt5-base')
-makedepends=('git' 'cmake' 'qt5-tools' 'liblxqt-git')
+makedepends=('git' 'cmake' 'qt5-tools' 'lxqt-build-tools-git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/lxde/pavucontrol-qt.git")
+source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")
pkgver() {