summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Enns2019-07-02 09:58:41 -0700
committerDarrell Enns2019-07-02 09:58:41 -0700
commitc8169060ddf15d4893c5bed753947be235977fe0 (patch)
treea95d86004e33b1f07d56490fdb0502ee80581891
parent1308634c614b17c4ad3ad11046cdcd785479f01a (diff)
downloadaur-c8169060ddf15d4893c5bed753947be235977fe0.tar.gz
update source repo URL
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a8f380d2d92..670ba7ac4782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Darrell Enns <darrell@darrellenns.com>
_pkgname=leslie
pkgname=${_pkgname}-git
-pkgrel=1
+pkgrel=2
pkgver=0.r8.aa2c796
pkgdesc="A leslie audio effect with jack, OSC control, and (optionally) an opengl GUI."
-url="https://github.com/dack/leslie"
+url="https://github.com/darrellenns/leslie"
arch=('x86_64' 'i686')
license=('GPL')
depends=('liblo' 'libgl' 'glut' 'ftgl' 'boost-libs' 'jack' 'ttf-dejavu' 'alsa-lib' 'freetype2')
@@ -12,7 +12,7 @@ makedepends=('git' 'boost')
conflicts=()
replaces=()
backup=()
-source=('leslie::git+https://github.com/dack/leslie.git')
+source=('leslie::git+https://github.com/darrellenns/leslie.git')
sha1sums=('SKIP')
build() {