Skip to content

Commit

Permalink
libgusb: Update to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Jan 29, 2018
1 parent ca54307 commit 7c82096
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-libgusb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=libgusb
_tarballname=gusb
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.2.8
pkgver=0.2.11
pkgrel=1
arch=('any')
pkgdesc="GLib wrapper around libusb1 (mingw-w64)"
Expand All @@ -18,7 +18,7 @@ options=('strip' 'staticlibs')
license=("LGPL")
url="https://github.com/hughsie/libgusb"
source=("https://github.com/hughsie/${_realname}/archive/${_tarballname}_${pkgver//./_}.tar.gz")
sha256sums=('ed924b1e1a8fd1da6008b129cad57cf711b1f718785c08d74671304e97f7d2cd')
sha256sums=('090eb605e75f8a5b0b3df7ff29d96dd51730850ac89417378d4a8d39fab13702')

prepare() {
cd "${srcdir}"/${_realname}-${_tarballname}_${pkgver//./_}
Expand All @@ -27,6 +27,7 @@ prepare() {
}

build() {
rm -rf "${srcdir}/build-${MINGW_CHOST}"
mkdir -p build-${MINGW_CHOST}
cd build-${MINGW_CHOST}

Expand Down

0 comments on commit 7c82096

Please sign in to comment.