diff options
author | Llewelyn Trahaearn | 2016-03-30 17:36:27 -0700 |
---|---|---|
committer | Llewelyn Trahaearn | 2016-03-30 17:36:27 -0700 |
commit | 23556fe0335cf37704d3814cdad5be45f1fe9b3a (patch) | |
tree | 8d340bbbfe30cfbd55ca848fc0234fe17c711026 /PKGBUILD | |
parent | 75ea93ee2253b1590697cf4ec9ad98ee98516790 (diff) | |
download | aur-23556fe0335cf37704d3814cdad5be45f1fe9b3a.tar.gz |
Redirected source to the github LADI repo for laditools.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,18 +2,18 @@ # Contributor: speps <speps at aur dot archlinux dot org> pkgname=laditools-git -pkgver=1.0.r9.g498fc36 -pkgrel=7 +pkgver=r266.19f5455 +pkgrel=1 pkgdesc="Utilities to improve integration and workflow with JACK and LASH." arch=('any') -url="https://launchpad.net/laditools" +url="https://github.com/LADI/laditools" license=('GPL3') depends=('glade' 'jack' 'pygtk' 'python2' 'python2-enum' 'python2-yaml') makedepends=('git' 'python2-distutils-extra') provides=("${pkgname%-*}") conflicts=("${pkgname%-*}") install=${pkgname}.install -source=("${pkgname}::git://repo.or.cz/laditools.git") +source=("${pkgname}::git+https://github.com/LADI/laditools.git") sha512sums=('SKIP') _branch=master |