summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-12-16 16:54:22 +0100
committerChristopher Arndt2022-12-16 16:54:22 +0100
commit8a325670de587cfe1ede54ec36f92e9448611527 (patch)
tree80b9f2fba00b20c53483a01829c96592d79ce95c
parent03e3258416e7f55589769cd80e9fe4419f55957c (diff)
downloadaur-8a325670de587cfe1ede54ec36f92e9448611527.tar.gz
Fix project URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d725bf2fda..1c1c0c897faf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = raul-git
pkgdesc = Realtime Audio Utility Library for audio and musical applications (git version)
pkgver = 2.0.1.r684.3e37783
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = http://drobilla.net/software/raul/
+ url = https://drobilla.net/software/raul.html
arch = any
license = GPL3
makedepends = git
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)