summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01992e5b5abd..9988d6a0aff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = adlmidi-git
pkgdesc = CLI MIDI player using OPL3 emulation
- pkgver = 1.2.6
- pkgrel = 1
+ pkgver = 1.2.6.1.r0.8aa85de
+ pkgrel = 2
url = https://bisqwit.iki.fi/source/adlmidi.html
arch = i686
arch = x86_64
license = GPL3
license = GPL2+
makedepends = git
+ depends = sdl2
optdepends = ffmpeg: recording output to video file
conflicts = adlmidi
source = git://bisqwit.iki.fi/adlmidi.git
diff --git a/PKGBUILD b/PKGBUILD
index 0e0ae34dedf0..ab4c5c2ee860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Stephen Gregoratto <themanhimself at sgregoratto dot me>
-
pkgname=adlmidi-git
+pkgver=1.2.6.1.r0.8aa85de
+pkgrel=2
pkgdesc="CLI MIDI player using OPL3 emulation"
-pkgrel=1
-pkgver=1.2.6
-arch=('i686' 'x86_64')
url="https://bisqwit.iki.fi/source/adlmidi.html"
license=('GPL3' 'GPL2+')
+arch=('i686' 'x86_64')
+depends=('sdl2')
makedepends=('git')
optdepends=('ffmpeg: recording output to video file')
conflicts=(adlmidi)