summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-08-11 12:56:04 +0100
committerAlexandros Theodotou2019-08-11 12:56:04 +0100
commitb6e5e329e5879ee361c9e4d0eb7ef7883a7b814a (patch)
tree3296406febe92dd456811996ab377ab1378639f6
parentd195374773dc755bda93616f3475a576bb969d98 (diff)
downloadaur-jack-stdio.tar.gz
bump to 1.5
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD12
3 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac35c48edcc3..f8547fec82bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jack-stdio
pkgdesc = unix pipe audio-data from and to JACK
- pkgver = 1.4
- pkgrel = 2
+ pkgver = 1.5
+ pkgrel = 1
url = https://github.com/x42/jack-stdio
- arch = x86_64
+ arch = any
license = GPL2
depends = jack
- source = https://github.com/x42/jack-stdio/archive/v1.4.tar.gz
- md5sums = SKIP
+ source = https://github.com/x42/jack-stdio/archive/v1.5.tar.gz
+ md5sums = ca2c861f7060a28d67375b94f565616c
pkgname = jack-stdio
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..90c4ad5bb35e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar.xz*
+*.tar.gz*
diff --git a/PKGBUILD b/PKGBUILD
index 5ba32bda2d6f..6df791a55ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Alexandros Theodotou <alex at alextee dot org>
+# Maintainer: Alexandros Theodotou <alex@zrythm.org>
pkgname=jack-stdio
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
pkgdesc="unix pipe audio-data from and to JACK"
-arch=('x86_64')
+arch=('any')
url="https://github.com/x42/jack-stdio"
license=('GPL2')
depends=('jack')
source=("https://github.com/x42/jack-stdio/archive/v${pkgver}.tar.gz")
-md5sums=('SKIP')
+md5sums=('ca2c861f7060a28d67375b94f565616c')
build() {
cd "$pkgname-$pkgver"
@@ -18,5 +18,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install PREFIX=/usr
+ make DESTDIR="$pkgdir" install PREFIX=/usr
}