Skip to content

Commit

Permalink
mingw-w64-vbcc: Edit depends
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed Apr 1, 2024
1 parent fca7a2d commit b12c307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-vbcc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ pkgname=(
)
pkgver=0_9h
_patch=P2
pkgrel=5
pkgrel=6
pkgdesc="code-generator for 6809/6803/68hc12 (mingw-w64)"
arch=('any')
url="http://sun.hasenbraten.de/vbcc/"
license=('custom')
groups=()
options=('!strip')
makedepends=('patch' 'make' "${MINGW_PACKAGE_PREFIX}-cc")
depends=("${MINGW_PACKAGE_PREFIX}-vlink" "${MINGW_PACKAGE_PREFIX}-vasm${_cpu1}")
depends=("${MINGW_PACKAGE_PREFIX}-vlink")
source=(
"http://phoenix.owl.de/tags/vbcc${pkgver}${_patch}.tar.gz"
'001-Add-hc12-dt.-c-h.patch'
Expand Down

0 comments on commit b12c307

Please sign in to comment.