summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoonas Henriksson2023-12-17 15:24:33 +0200
committerJoonas Henriksson2023-12-17 15:24:33 +0200
commit615c67047f310f5096e1370c675fdd70752b7b1c (patch)
treef3ad68a97a7e1e640e3b337367012ac00ccc18b1 /PKGBUILD
parent185024a07320ad81035dcc87e0c52ba94e41abcd (diff)
downloadaur-615c67047f310f5096e1370c675fdd70752b7b1c.tar.gz
Drop ada submodule from sources as well
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 713a7918c618..a3b0ed861512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,8 @@ depends=('glu' 'glfw-x11' 'ncurses' 'ffmpeg')
makedepends=('cmake' 'git')
provides=("${pkgbase%-git}")
conflicts=("${pkgbase%-git}")
-source=("${pkgbase%-git}::git+https://github.com/patriciogonzalezvivo/glslViewer"
- "git+https://github.com/patriciogonzalezvivo/ada")
-md5sums=('SKIP'
- 'SKIP')
+source=("${pkgbase%-git}::git+https://github.com/patriciogonzalezvivo/glslViewer")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgbase%-git}"