summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2022-12-16 16:54:22 +0100
committerChristopher Arndt2022-12-16 16:54:22 +0100
commit8a325670de587cfe1ede54ec36f92e9448611527 (patch)
tree80b9f2fba00b20c53483a01829c96592d79ce95c /PKGBUILD
parent03e3258416e7f55589769cd80e9fe4419f55957c (diff)
downloadaur-raul-git.tar.gz
Fix project URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0ba13ea48eb..31aaaeaa1795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname=raul
pkgname=$_pkgname-git
pkgver=2.0.1.r684.3e37783
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Realtime Audio Utility Library for audio and musical applications (git version)'
arch=(any)
-url='http://drobilla.net/software/raul/'
+url='https://drobilla.net/software/raul.html'
license=(GPL3)
depends=(gcc-libs)
makedepends=(git meson)