summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilherme Felipe de C. G. da Silva2022-03-31 09:13:33 -0300
committerGuilherme Felipe de C. G. da Silva2022-03-31 09:13:33 -0300
commit4a0cde0d5fb1405072898b08716cde038002841c (patch)
tree81bfbcf973a7cf2daf4b5b3321c0c5be0d4b89fe
parent04fcc28d35f6f241b258dacc2665ae212d4b7359 (diff)
downloadaur-4a0cde0d5fb1405072898b08716cde038002841c.tar.gz
Fix build
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c43dd50ec906..6ad99f7ba87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgdesc="Easy to use, tracker-inspired music sequencer."
arch=('i686' 'x86_64')
url="http://zytrax.org/"
license=('MIT')
-makedepends=('scons' 'gcc')
+makedepends=('scons' 'gcc', 'git')
depends=('gtkmm3' 'libpulse')
optdepends=('vst-plugins: Package group for vst plugins')
source=(
- "$pkgname::git://github.com/reduz/zytrax.git"
+ "$pkgname::git+https://github.com/reduz/zytrax.git"
"zytrax.desktop"
)
sha256sums=(
@@ -36,4 +36,4 @@ package() {
install -Dm755 bin/zytrax "$pkgdir/usr/bin/zytrax"
install -Dm644 zytrax_logo.png "$pkgdir/usr/share/pixmaps/zytrax.png"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-} \ No newline at end of file
+}