summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2023-01-09 15:13:16 +0000
committerjmcb2023-01-09 15:13:16 +0000
commitc0d2e1100f124018c55cf923bc04b0607b29b1a4 (patch)
treeb82e5f09004779589f39d88dd8077d8cb5366935
parent690c9d1e79b188c6c7bdb700a1eeec911f68abbd (diff)
downloadaur-c0d2e1100f124018c55cf923bc04b0607b29b1a4.tar.gz
pico-8 now links against curl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68c3b9d38d7e..019786951ada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pico-8
pkgdesc = A fantasy console for making, sharing and playing tiny games and other computer programs.
pkgver = 0.2.5e
- pkgrel = 1
+ pkgrel = 2
url = http://www.lexaloffle.com/pico-8.php
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = pico-8
license = custom:commercial
depends = glibc
depends = sdl2
- optdepends = wget: BBS download support
+ depends = curl
provides = pico8
source = pico-8.desktop
source = pico-8.xml
diff --git a/PKGBUILD b/PKGBUILD
index 8637032773ff..95f9a666f49f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='pico-8'
pkgver='0.2.5e'
-pkgrel=1
+pkgrel=2
pkgdesc="A fantasy console for making, sharing and playing tiny games and other computer programs."
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="http://www.lexaloffle.com/pico-8.php"
license=('custom:commercial')
-depends=('glibc' 'sdl2')
-optdepends=('wget: BBS download support')
+depends=('glibc' 'sdl2' 'curl')
+optdepends=()
provides=('pico8')
source=("${pkgname}.desktop"