summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMCJack1232020-06-18 03:47:34 -0400
committerMCJack1232020-06-18 03:47:34 -0400
commitfa3d1d720179eccdd9e88ef7bdbb1a1c2e25e5d1 (patch)
treeadb2f3e02bb0376eaddc975a6359914721e42f88
parent21ae09ccc803a6d92e35db2a9389cb12581e2b5a (diff)
downloadaur-fa3d1d720179eccdd9e88ef7bdbb1a1c2e25e5d1.tar.gz
Updated plugin
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cadaf29bd798..1e915fd1bbff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = craftos-pc-ccemux
- pkgver = 2.2
- pkgrel = 6
+ pkgdesc = CCEmuX plugin wrapper for CraftOS-PC, providing the ccemux API for compatibility with CCEmuX-enhanced programs.
+ pkgver = 2.3.3
+ pkgrel = 1
url = https://github.com/MCJack123/craftos2
arch = x86_64
arch = i386
arch = armv7l
arch = aarch64
license = MIT
- depends = craftos-pc>=2.2
+ depends = craftos-pc>=2.3.2
depends = sdl2>=2.0.8
- source = craftos2.tar.gz::https://github.com/MCJack123/craftos2/archive/v2.2.tar.gz
- source = craftos2-lua.tar.gz::https://github.com/MCJack123/craftos2-lua/archive/v2.2.tar.gz
- sha256sums = 6aee4aa7a3b74d8e9738f42ded967d4107bb1b6f4eead29b67cf4b5c307112a5
- sha256sums = 221595821d583ef9669a83bc061d49b761c460ead17f12862646b5caeddd7a3c
+ source = craftos2.tar.gz::https://github.com/MCJack123/craftos2/archive/v2.3.3.tar.gz
+ source = craftos2-lua.tar.gz::https://github.com/MCJack123/craftos2-lua/archive/v2.3.3.tar.gz
+ sha256sums = 86c0d176a9733bece72757509ec53401cd9abbab523e1dfcc579d1e09409f1d9
+ sha256sums = 9dbf6d929ed6ecb659fc4da801fa308e77beb2f6ae091186c69e73642a393987
pkgname = craftos-pc-ccemux
diff --git a/PKGBUILD b/PKGBUILD
index bcf078b72823..91da6ab2e178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: JackMacWindows <jackmacwindowslinux@gmail.com>
pkgname=craftos-pc-ccemux
-pkgver=2.2
-pkgrel=6
+pkgver=2.3.3
+pkgrel=1
epoch=
-pkgdesc=""
+pkgdesc="CCEmuX plugin wrapper for CraftOS-PC, providing the ccemux API for compatibility with CCEmuX-enhanced programs."
arch=('x86_64' 'i386' 'armv7l' 'aarch64')
url="https://github.com/MCJack123/craftos2"
license=('MIT')
groups=()
-depends=('craftos-pc>=2.2' 'sdl2>=2.0.8')
+depends=('craftos-pc>=2.3.2' 'sdl2>=2.0.8')
makedepends=()
checkdepends=()
optdepends=()
@@ -20,10 +20,10 @@ options=()
install=
changelog=
source=("craftos2.tar.gz::https://github.com/MCJack123/craftos2/archive/v${pkgver}.tar.gz"
- "craftos2-lua.tar.gz::https://github.com/MCJack123/craftos2-lua/archive/v2.2.tar.gz")
+ "craftos2-lua.tar.gz::https://github.com/MCJack123/craftos2-lua/archive/v2.3.3.tar.gz")
noextract=()
-sha256sums=('6aee4aa7a3b74d8e9738f42ded967d4107bb1b6f4eead29b67cf4b5c307112a5'
- '221595821d583ef9669a83bc061d49b761c460ead17f12862646b5caeddd7a3c')
+sha256sums=('86c0d176a9733bece72757509ec53401cd9abbab523e1dfcc579d1e09409f1d9'
+ '9dbf6d929ed6ecb659fc4da801fa308e77beb2f6ae091186c69e73642a393987')
validpgpkeys=()
prepare() {