[arch-commits] Commit in glava/trunk (PKGBUILD)

Robin Broda coderobe at archlinux.org
Sat Oct 13 13:55:33 UTC 2018


    Date: Saturday, October 13, 2018 @ 13:55:33
  Author: coderobe
Revision: 393285

upgpkg: glava 1.5.5-1

update to 1.5.5, remove explicit glad build

Modified:
  glava/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-13 12:48:30 UTC (rev 393284)
+++ PKGBUILD	2018-10-13 13:55:33 UTC (rev 393285)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda <robin at broda dot me>
 
 pkgname=glava
-pkgver=1.5.3
+pkgver=1.5.5
 pkgrel=1
 pkgdesc='OpenGL audio spectrum visualizer'
 arch=('x86_64')
@@ -9,17 +9,11 @@
 license=('GPL3')
 depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
 makedepends=('git' 'python')
-source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}"
-        'git+https://github.com/Dav1dde/glad')
-md5sums=('SKIP'
-         'SKIP')
+source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}")
+md5sums=('SKIP')
 
 prepare() {
 	cd "${pkgname}"
-
-	git submodule init
-	git config submodule.glad.url "${srcdir}/glad"
-	git submodule update
 }
 
 build() {



More information about the arch-commits mailing list