summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbheek Dhawan2022-04-23 15:35:25 -0500
committerAbheek Dhawan2022-04-23 15:35:25 -0500
commit64947bf48ed31a0b09d2f6000b10023dc04b2772 (patch)
treead04cb33e7bddb4f2ded17d42761a7fa8408ef83
parent09705f9e9347a84417f74d85da370f7ae6c8f08b (diff)
downloadaur-64947bf48ed31a0b09d2f6000b10023dc04b2772.tar.gz
Add GitHub repository URL as upstream
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0f9d0c6ed9e..dd4f8468fe58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = wwise-audio-tools-git
pkgdesc = Tools for working with Wwise file types (only extraction at the moment)
pkgver = 0.5.0
pkgrel = 1
+ url = https://github.com/WolvenKit/wwise-audio-tools
arch = x86_64
license = MIT
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 8f8ae56b0371..1f05ef85e953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver="0.5.0"
pkgrel=1
pkgdesc="Tools for working with Wwise file types (only extraction at the moment)"
arch=("x86_64")
+url="https://github.com/WolvenKit/wwise-audio-tools"
license=("MIT")
makedepends=("cmake" "ninja" "git")
source=("git+https://github.com/WolvenKit/wwise-audio-tools")