summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilk Brewster2020-06-22 18:59:29 +0100
committerMilk Brewster2020-06-22 18:59:29 +0100
commit1e2f1e848714630c2071fe78299bf44ae8ca7232 (patch)
tree2e3527662c274f118c14807b7df44f4adcb41775 /PKGBUILD
parent1a83121bd9030a2174017d19ce19f9689c905fe3 (diff)
downloadaur-ubuntustudio-controls-git.tar.gz
fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45d987ed2880..777fca5b8f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Milk Brewster (milk on freenode)
_pkgname=ubuntustudio-controls
pkgname=${_pkgname}-git
-pkgver=r212.1a1d7ce
+pkgver=1.8.r50.gdcbbd7f
pkgrel=1
-pkgdesc=""
+pkgdesc="An audio setup utility."
arch=('x86_64')
-url="https://launchpad.net/ubuntustudio-controls"
+url="https://github.com/ovenwerks/studio-controls"
license=('GPL')
groups=()
depends=('jack2' 'python' 'python-gobject' 'python-jack-client')
makedepends=('git')
-provides=("${pkgname%}" "${pkgname%}-git")
-conflicts=("${pkgname%}" "${pkgname%}-git")
+provides=()
+conflicts=()
replaces=()
backup=()
options=()
install=
-source=('git+https://git.launchpad.net/ubuntustudio-controls')
+source=('git+https://github.com/ovenwerks/studio-controls')
noextract=()
md5sums=('SKIP')