summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38a7384729af..a5df21827ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=("pulseaudio")
makedepends=("git" "intltool" "lynx")
provides=("$_pkgname" "$_pkgname-git" "$pkgname")
conflicts=("$_pkgname" "$_pkgname-git" "$pkgname")
-source=("git://github.com/rafalcieslak/pavucontrol")
+source=("git+https://github.com/rafalcieslak/pavucontrol.git")
sha256sums=("SKIP")
pkgver() {
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "$_pkgname"
- ./autogen.sh --prefix=/usr
+ ./autogen.sh --prefix=/usr
make
}