Skip to content

Commit

Permalink
libpanel: update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taozuhong committed Mar 25, 2024
1 parent 8b92629 commit 117614e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-libpanel/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=libpanel
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
pkgver=1.4.1
pkgver=1.6.0
pkgrel=1
pkgdesc="A dock/panel library for GTK4 (mingw-w64)"
arch=('any')
Expand All @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-vala")
source=("https://download.gnome.org/sources/libpanel/${pkgver:0:3}/libpanel-${pkgver}.tar.xz")
sha256sums=('98410d00e734857ecdf33b9a20dd7b0fb38d8b6d31d4369bafc1c67392abb9de')
sha256sums=('b773494a3c69300345cd8e27027448d1189183026cc137802f886417c6ea30b6')

build() {
mkdir -p build-${MSYSTEM} && cd build-${MSYSTEM}
Expand Down

0 comments on commit 117614e

Please sign in to comment.