Skip to content

Commit

Permalink
gw: update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Jan 23, 2025
1 parent 94395a0 commit 5eee85b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-gw/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=gw
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.1.1
pkgver=1.1.2
pkgrel=1
pkgdesc="A genome browser for bam/cram and vcf files (mingw-w64)"
arch=(any)
Expand All @@ -12,6 +12,7 @@ url="https://github.com/kcleal/gw"
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-skia"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
)
depends=("${MINGW_PACKAGE_PREFIX}-htslib"
"${MINGW_PACKAGE_PREFIX}-glfw"
Expand All @@ -23,7 +24,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-htslib"
"${MINGW_PACKAGE_PREFIX}-dlfcn"
"${MINGW_PACKAGE_PREFIX}-libpng" )
source=(https://github.com/kcleal/${_realname}/archive/refs/tags/v${pkgver}.tar.gz)
sha256sums=('5ac0430d9179d1a48938f24011c329fe807e72aba0c20eb191c566d129115f86')
sha256sums=('c01a3ea537342ebfc8ff7e2a5fb04507693e71ba3184ffa4ff1c4bc6d7aba613')

prepare() {
cd ${_realname}-${pkgver}
Expand Down

0 comments on commit 5eee85b

Please sign in to comment.