summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorparasquared2025-03-16 13:46:06 -0700
committerparasquared2025-03-16 13:46:06 -0700
commit39927d416333f768face6f86bb0406e76586be11 (patch)
tree5b8d2143b9469972ccdcdf1cbc9cbac9be13a670 /PKGBUILD
parente0392acb586e2430f68c4dc886e893b2244becdd (diff)
downloadaur-aerofoil-git.tar.gz
i think this is required; not sure though
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9b7e470029b..2cc936f159bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=aerofoil-git
pkgver=1.1.2.r76.gf6069e7
-pkgrel=3
+pkgrel=4
# the repo makes no mention of what architectures are supported, so i'll just play it safe for now
arch=('x86_64')
pkgdesc='Multiplatform port of Glider PRO, the Macintosh paper airplane game'
url='https://github.com/elasota/Aerofoil'
license=('GPL-2.0')
# i'm probably missing some things here, let me know if that's the case
-depends=('sdl2>=2.0.12' 'freetype2>=2.10.1')
+depends=('sdl2>=2.0.12' 'sdl2_image' 'freetype2>=2.10.1')
makedepends=('cmake>=3.10' 'git')
provides=("aerofoil=${pkgver}")
source=("${pkgname}::git+https://github.com/elasota/Aerofoil.git")