Skip to content

Commit

Permalink
rhash: Fix typo in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Dec 27, 2023
1 parent 85a1c12 commit e80a5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-rhash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=rhash
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.4.4
pkgrel=1
pkgrel=2
pkgdesc="Great utility for computing hash sums (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -19,7 +19,7 @@ source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/rhash/RHash/archive
rhash-gettext-flags-escape.patch)
sha256sums=('8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a'
'2cbcb1e9ef11b6cac5f178f91a787495d719dc19ddb711a218084eb4cf5f6934'
'ca8a1070b5fc2fab1a69634f6eeaba54233227369c5628e22d64c86ab0a92172'
'8358373d8ffb490c27a0c45580c1d3c34468bbd74e3621b02b2de28191d2d56a'
'5c62e6eecd3c7e481b7a4b4f7a06dc56470a9a3a1aa3ea131ca801c08b70e160')
validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')

Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-rhash/rhash-all-mingw.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MINGW64*)
HOST_OS=MINGW64
;;
+ CLANG*632)
+ CLANG*32)
+ HOST_OS=MINGW32
+ ;;
+ CLANG*64)
Expand Down

0 comments on commit e80a5a6

Please sign in to comment.