summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2024-04-23 11:38:56 -0400
committerChris Severance2024-04-23 11:38:56 -0400
commita4f5a143fa018ce72471b173c190e010d53fb2e6 (patch)
treef51faf99a47bdac6a54589780ab341500dfedc10
parentc0078dd59e6659b8f9bb962fc03bc185bc742b7b (diff)
downloadaur-a4f5a143fa018ce72471b173c190e010d53fb2e6.tar.gz
autu: Update to 0.0.alpha.3.r282.g2147a36-1
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD16
2 files changed, 23 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49c5139027e9..f2afd86cd03f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = comcom32
- pkgdesc = 32 bit command interpreter for fdpp and dosemu2
- pkgver = 0.0.alpha_3
+ pkgdesc = 64 bit command interpreter for fdpp and dosemu2 (comcom64)
+ pkgver = 0.0.alpha.3.r282.g2147a36
pkgrel = 1
url = https://github.com/dosemu2/comcom64
arch = any
license = GPL-3.0-or-later
- makedepends = djgpp-gcc
- makedepends = djgpp-djcrx
- conflicts = djgpp-djcrx-bootstrap
- source = comcom64-alpha-3.tar.gz::https://github.com/dosemu2/comcom64/archive/alpha-3.tar.gz
- md5sums = f3843e66fd37be94865620730ef91655
- sha256sums = 24a90d3142498ea3f48e6874d94af7c0158419e2c0fee4754c159d46c69fb088
- b2sums = b5f5d4057c1dd8305f33184f43da9460a4c4d76696cc9ce598fe2f37d6648a2ae5546926bc3c2d98f3910ffc87d1a4217729d3f2f5bfe678bdc14bd74e673d0c
+ makedepends = dj64
+ makedepends = git
+ makedepends = thunk_gen
+ makedepends = djstub
+ provides = comcom64=0.0.alpha.3
+ provides = comcom32=0.0.alpha.3
+ conflicts = comcom64
+ conflicts = comcom32
+ source = git+https://github.com/dosemu2/comcom64.git#commit=2147a36f7136c17fdfdcdc37a15d2c3527abfb4b
+ md5sums = SKIP
+ sha256sums = SKIP
+ b2sums = SKIP
pkgname = comcom32
diff --git a/PKGBUILD b/PKGBUILD
index 4efcc1ede5fc..845ce55f4b49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,24 +5,26 @@ pkgname='comcom32'
#pkgname+='-git'
_pkgver='alpha-3'
# pkgver="0.0.${_pkgver//-/_}" # copy this line
-pkgver="0.0.${_pkgver//-/_}"
+pkgver=0.0.alpha.3.r282.g2147a36
pkgrel=1
-pkgdesc='32 bit command interpreter for fdpp and dosemu2'
+pkgdesc='64 bit command interpreter for fdpp and dosemu2 (comcom64)'
arch=('any')
url='https://github.com/dosemu2/comcom64'
license=('GPL-3.0-or-later')
-makedepends=('djgpp-gcc' 'djgpp-djcrx')
-conflicts=('djgpp-djcrx-bootstrap')
+#makedepends=('djgpp-gcc' 'djgpp-djcrx')
+makedepends=('dj64' 'git' 'thunk_gen' 'djstub')
+#conflicts=('djgpp-djcrx-bootstrap')
+conflicts+=("comcom64")
+provides+=("comcom64=${pkgver%%.r*}")
_srcdir="comcom64-${_pkgver%.r*}"
source=(
"${_srcdir}.tar.gz::${url}/archive/${_pkgver}.tar.gz"
)
md5sums=('f3843e66fd37be94865620730ef91655')
sha256sums=('24a90d3142498ea3f48e6874d94af7c0158419e2c0fee4754c159d46c69fb088')
-b2sums=('b5f5d4057c1dd8305f33184f43da9460a4c4d76696cc9ce598fe2f37d6648a2ae5546926bc3c2d98f3910ffc87d1a4217729d3f2f5bfe678bdc14bd74e673d0c')
-if [ "${pkgname%-git}" != "${pkgname}" ]; then
- source[0]="git+${url}.git" #commit=ef0fdeb44158d1ef8850767890cd970186737340"
+if [ "${pkgname%-git}" != "${pkgname}" ] || :; then
+ source[0]="git+${url}.git#commit=2147a36f7136c17fdfdcdc37a15d2c3527abfb4b"
md5sums[0]='SKIP'
sha256sums[0]='SKIP'
b2sums[0]='SKIP'