summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29bf4eb949a0..6399e219a8a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p7screen
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://p7.planet-casio.com/
arch = i686
arch = x86_64
@@ -9,9 +9,10 @@ pkgbase = p7screen
makedepends = asciidoc>=8.6.9
depends = libusb>=1.0
depends = libp7>=3.0
+ depends = sdl>=1.2.15
provides = p7screen
source = https://p7.planet-casio.com/pub/p7utils-3.0.tar.gz
- md5sums = ebd3b91c6d51d9932bab00cb9ef45914
+ md5sums = 4af3e7a6e1776483f670d56fbdf9f9cb
pkgname = p7screen
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..202fa7f2b516
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/*-*.tar*
+/pkg
+/src
diff --git a/PKGBUILD b/PKGBUILD
index 6dcdb2ce58e3..3875fdd90039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7screen
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
url="https://p7.planet-casio.com/"
license=('GPL2')
groups=()
-depends=('libusb>=1.0' 'libp7>=3.0')
+depends=('libusb>=1.0' 'libp7>=3.0' 'sdl>=1.2.15')
makedepends=('asciidoc>=8.6.9')
optdepends=()
provides=('p7screen')
@@ -18,7 +18,7 @@ options=()
install=
changelog=
source=(https://p7.planet-casio.com/pub/p7utils-${pkgver}.tar.gz)
-md5sums=('ebd3b91c6d51d9932bab00cb9ef45914')
+md5sums=('4af3e7a6e1776483f670d56fbdf9f9cb')
noextract=()
build() {