summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-17 14:46:38 +0800
committermaz-12015-10-17 14:46:38 +0800
commit0640f6a5d620cf208a2b13c137160b20a66c95b1 (patch)
tree6032a072564782b5cf9158f99b493b7b7a54bc32
parent62be6196c8d771f9a1ef2caff91f8db60de7aef6 (diff)
downloadaur-0640f6a5d620cf208a2b13c137160b20a66c95b1.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c5fcd46c5f..b94fbef1403c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = deadbeef-jack-git
- pkgdesc = bs2b plugin for the DeaDBeeF music player
+ pkgdesc = jack plugin for the DeaDBeeF music player
pkgver = 10.62d1e6a
pkgrel = 1
- url = https://github.com/Alexey-Yakovenko/bs2b
+ url = https://github.com/Alexey-Yakovenko/jack
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 2f35fa90c743..781bf265a346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgname=deadbeef-jack-git
_gitname=jack
pkgver=10.62d1e6a
pkgrel=1
-pkgdesc="bs2b plugin for the DeaDBeeF music player"
+pkgdesc="jack plugin for the DeaDBeeF music player"
arch=('i686' 'x86_64')
-url="https://github.com/Alexey-Yakovenko/bs2b"
+url="https://github.com/Alexey-Yakovenko/jack"
license=('GPL2')
depends=('deadbeef' 'jack')
source=('git+https://github.com/Alexey-Yakovenko/jack.git' 'buildfix.diff')