summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-16 12:20:35 +0200
committerFrederic Bezies2021-05-16 12:20:35 +0200
commit36bcae0aa5af2a579a7a516379a77d284e453201 (patch)
treee6d0c7b58400f5b52de0811fefe8be5973a917b0
parent2043a139c777aeec91749c78f6a6e7a668d52e42 (diff)
downloadaur-basic256.tar.gz
PKGBUILD cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cd92c8d38cb..0833f37ce8c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = basic256
pkgdesc = Educational BASIC programming environment
pkgver = 2.0.0.11
- pkgrel = 2
+ pkgrel = 3
url = http://www.basic256.org/
arch = i686
arch = x86_64
@@ -9,9 +9,7 @@ pkgbase = basic256
makedepends = bison
makedepends = flex
depends = qt5-multimedia
- depends = qt5-webkit
depends = qt5-serialport
- depends = sdl_mixer
depends = espeak
source = http://downloads.sourceforge.net/kidbasic/basic256_2.0.0.11.orig.tar.gz
source = basic256.desktop
diff --git a/PKGBUILD b/PKGBUILD
index aab9ade643c3..bd1ce07482f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=basic256
pkgver=2.0.0.11
-pkgrel=2
+pkgrel=3
pkgdesc="Educational BASIC programming environment"
arch=('i686' 'x86_64')
url="http://www.basic256.org/"
license=('GPL2')
-depends=('qt5-multimedia' 'qt5-webkit' 'qt5-serialport' 'sdl_mixer' 'espeak')
+depends=('qt5-multimedia' 'qt5-serialport' 'espeak')
makedepends=('bison' 'flex')
source=(http://downloads.sourceforge.net/kidbasic/${pkgname}_${pkgver}.orig.tar.gz
"basic256.desktop")