summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPika Kolendo2022-02-16 20:28:14 +0800
committerPika Kolendo2022-02-16 20:28:14 +0800
commit949b3f32caf6adb2e9b51e659573b02257f508ff (patch)
tree5097ea3c6894a72f0573f5c4bfdb8e444b617fe2
parent1ae19e5f6072bbb4c1ef6354136d452feaec9821 (diff)
downloadaur-949b3f32caf6adb2e9b51e659573b02257f508ff.tar.gz
0.6.1-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 183c418645ac..654af896982c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pulseaudio-dlna-cygn
pkgdesc = Small DLNA server which brings DLNA/UPnP support to PulseAudio, Cygn edition
pkgver = 0.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Cygn/pulseaudio-dlna/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 80ff5f92595b..9d40f67a5232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pulseaudio-dlna-cygn
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Small DLNA server which brings DLNA/UPnP support to PulseAudio, Cygn edition'
arch=('x86_64')
url=https://github.com/Cygn/pulseaudio-dlna/
@@ -15,7 +15,7 @@ depends=('python-chardet' 'python-dbus' 'python-docopt' 'python-gobject'
'python-pychromecast' 'python-pyroute2' 'python-requests'
'python-setproctitle' 'python-protobuf' 'python-setuptools'
'python-zeroconf' 'python-urllib3' 'python-virtualenv')
-makedepends=('git' 'help2man')
+makedepends=('help2man')
optdepends=('faac: AAC transcoding support'
'ffmpeg: multiple formats support'
'flac: FLAC transcoding support'
@@ -40,7 +40,6 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
make manpage
- python setup.py build --build-lib=build/python \
- install --root="${pkgdir}" --optimize=1
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}