summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Powell2023-02-07 07:07:53 -0500
committerCorey Powell2023-02-07 07:09:04 -0500
commitbc431db12ca287a76ed198a39b4146b324628711 (patch)
treec33f6cbde3394f4046180d55ab18c9749eb89725
parent793c560ce1396bf4be59706b2e69646fc92b0a4a (diff)
downloadaur-bc431db12ca287a76ed198a39b4146b324628711.tar.gz
Added glu as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a37f365c10c1..2186d8d186ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hashlink
pkgdesc = A virtual machine for Haxe (tagged releases)
pkgver = 1.13
- pkgrel = 1
+ pkgrel = 2
url = https://hashlink.haxe.org/
arch = x86_64
license = MIT
@@ -12,6 +12,7 @@ pkgbase = hashlink
depends = sdl2
depends = mbedtls
depends = libuv
+ depends = glu
conflicts = hashlink-git
source = https://github.com/HaxeFoundation/hashlink/archive/1.13.tar.gz
md5sums = d2b6df0c10dd26977c1bceaf1eca7d58
diff --git a/PKGBUILD b/PKGBUILD
index 9c06d72c870a..563b81fad4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,23 @@
# So if you want official releases, this is the PKGBUILD for you.
pkgname=hashlink
pkgver=1.13
-pkgrel=1
+pkgrel=2
pkgdesc="A virtual machine for Haxe (tagged releases)"
url="https://hashlink.haxe.org/"
arch=(x86_64)
license=('MIT')
conflicts=('hashlink-git')
makedepends=()
-depends=('libpng' 'libjpeg-turbo' 'libvorbis' 'openal' 'sdl2' 'mbedtls' 'libuv')
+depends=(
+ 'libpng'
+ 'libjpeg-turbo'
+ 'libvorbis'
+ 'openal'
+ 'sdl2'
+ 'mbedtls'
+ 'libuv'
+ 'glu'
+)
source=("https://github.com/HaxeFoundation/hashlink/archive/${pkgver}.tar.gz")
md5sums=('d2b6df0c10dd26977c1bceaf1eca7d58')