summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrZingo2023-02-07 12:39:27 +0100
committerDrZingo2023-02-07 12:39:27 +0100
commit91ec6ad7dcaf5b36e04f898594b34f32531f328a (patch)
tree5c3123f519bde1e2150224559015d7303922de22
parent18a408fc66ee75ce181896ee4642f9358ea0eea3 (diff)
downloadaur-91ec6ad7dcaf5b36e04f898594b34f32531f328a.tar.gz
Add libpng dep. Branch is now main
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156bebf41081..cc93af29bb01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = abc80sim-git
license = GPL2
makedepends = git
depends = sdl
+ depends = libpng
source = git+https://git.zytor.com/abc80/abc80sim.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e57b38747365..f0b518f07183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=abc80sim
pkgname=abc80sim-git
-pkgver=r437.0398837
+pkgver=r537.1a092cf
pkgrel=1
pkgdesc="An SDL based emulator of a Luxor ABC80"
url="https://git.zytor.com/abc80/abc80sim.git"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('sdl')
+depends=('sdl' 'libpng')
makedepends=('git')
source=('git+https://git.zytor.com/abc80/abc80sim.git')
md5sums=('SKIP')
@@ -20,7 +20,7 @@ pkgver() {
prepare() {
cd ${srcdir}/${_pkgname}
- git checkout master
+ git checkout main
}
build() {