summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2016-02-25 16:46:07 +0100
committerblackhole2016-02-25 16:46:07 +0100
commitaa98b6cef3051e152d9e60c9bd8fcf187ac1f1f9 (patch)
treee3ea29f6fbf1e3f42a1a7016e402e75913130299
parent30cda317528a776e12c75455a1bce0c5224a1b8e (diff)
downloadaur-aa98b6cef3051e152d9e60c9bd8fcf187ac1f1f9.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f047dfbf1380..be385c7975db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 11:44:52 UTC 2016
+# Thu Feb 25 15:45:46 UTC 2016
pkgbase = audiolinux
pkgdesc = AudioLinux audiophile linux configuration files, scripts and shortcuts
- pkgver = 1.6
- pkgrel = 3
+ pkgver = 1.7
+ pkgrel = 1
url = http://www.audio-linux.com
install = audiolinux.install
arch = x86_64
@@ -27,8 +27,9 @@ pkgbase = audiolinux
optdepends = deadbeef: A GTK+ audio player for GNU/Linux
optdepends = squeezelite-git: Lightweight headless squeezebox emulator
optdepends = logitechmediaserver-git: Streaming audio server
+ optdepends = sox-dsd-git: SoX Resampler library dsd branch
source = http://www.tophifi.it/ftp/packages/audiolinux.tar.gz
- sha256sums = 3fa69e5bc19e662d54d007b9cea98dfb7dd18a641eda9fc4474c3fc6198d35cd
+ sha256sums = 05e2755cd40e7dd73182864f0f78fc6b1ac1f35230d1a17613a0d2e11f22fabb
pkgname = audiolinux
diff --git a/PKGBUILD b/PKGBUILD
index f22b759a9d0f..ec31aa652d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
## Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
pkgname=audiolinux
-pkgver=1.6
-pkgrel=3
+pkgver=1.7
+pkgrel=1
pkgdesc="AudioLinux audiophile linux configuration files, scripts and shortcuts"
arch=('x86_64')
url="http://www.audio-linux.com"
@@ -27,12 +27,13 @@ optdepends=('linux-rt: The Linux-rt kernel and modules'
'dff2dsf: Signalyst DFF to DSF command line conversion utility'
'deadbeef: A GTK+ audio player for GNU/Linux'
'squeezelite-git: Lightweight headless squeezebox emulator'
- 'logitechmediaserver-git: Streaming audio server')
+ 'logitechmediaserver-git: Streaming audio server'
+ 'sox-dsd-git: SoX Resampler library dsd branch')
source=('http://www.tophifi.it/ftp/packages/audiolinux.tar.gz')
-sha256sums=('3fa69e5bc19e662d54d007b9cea98dfb7dd18a641eda9fc4474c3fc6198d35cd')
+sha256sums=('05e2755cd40e7dd73182864f0f78fc6b1ac1f35230d1a17613a0d2e11f22fabb')
package() {
install -d "$pkgdir/opt/$pkgname"
bsdtar xf audiolinux.tar.gz -C "$pkgdir/opt/"
chown -R root:root $pkgdir
-} \ No newline at end of file
+}