summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralextee2018-12-22 19:18:16 +0000
committeralextee2018-12-22 19:21:18 +0000
commitda9aaaa51732a2feaf9f69fb70c7d8d78660bfba (patch)
tree82bfcc9338635bc0fc350933a316a8103a5c5f4a
parent77a892326b0f57b53c2c20b19e046647e13f0aaf (diff)
downloadaur-da9aaaa51732a2feaf9f69fb70c7d8d78660bfba.tar.gz
use tarball instead of git
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f68eb9ba9dd8..ac35c48edcc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = jack-stdio
pkgdesc = unix pipe audio-data from and to JACK
pkgver = 1.4
- pkgrel = 1
- url = https://github.com/x42/jack-stdio/tree/v1.4
+ pkgrel = 2
+ url = https://github.com/x42/jack-stdio
arch = x86_64
- license = GPL
- makedepends = git
+ license = GPL2
depends = jack
- source = jack-stdio-1.4::git+https://github.com/x42/jack-stdio.git
+ source = https://github.com/x42/jack-stdio/archive/v1.4.tar.gz
md5sums = SKIP
pkgname = jack-stdio
diff --git a/PKGBUILD b/PKGBUILD
index f3f0be398d47..d45702639205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,15 @@
pkgname=jack-stdio
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="unix pipe audio-data from and to JACK"
arch=('x86_64')
-url="https://github.com/x42/jack-stdio/tree/v1.4"
-license=('GPL')
+url="https://github.com/x42/jack-stdio"
+license=('GPL2')
depends=('jack')
-makedepends=('git')
-source=("$pkgname-$pkgver::git+https://github.com/x42/jack-stdio.git")
+source=("https://github.com/x42/jack-stdio/archive/v${pkgver}.tar.gz")
md5sums=('SKIP')
-prepare() {
- cd "$pkgname-$pkgver"
-}
-
build() {
cd "$pkgname-$pkgver"
make
@@ -25,5 +20,3 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install PREFIX=/usr
}
-
-