Merge pull request #1286 from renatosilva/updates

Fix checksums for a couple of packages
This commit is contained in:
Alexpux
2016-04-06 09:14:47 +04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
options=('staticlibs')
source=("https://mirrors.kernel.org/sources.redhat.com/${_realname}/releases/${_realname}-${pkgver}.tar.bz2")
sha256sums=('c2ace41809542f5237afc7e3b8f32bb92bc7bc53c6232a84463c423b0714ecd9')
sha256sums=('e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137')
build() {
if check_option "debug" "y"; then

View File

@@ -17,7 +17,7 @@ options=('strip' 'staticlibs')
license=("BSD")
url="https://www.freedesktop.org/wiki/Software/dbus"
source=("https://dbus.freedesktop.org/releases/dbus/${_realname}-${pkgver}.tar.gz"{,.asc})
sha256sums=('5abc4c57686fa82669ad0039830788f9b03fdc4fff487f0ccf6c9d56ba2645c9'
sha256sums=('baf3d22baa26d3bdd9edc587736cd5562196ce67996d65b82103bedbe1f0c014'
'SKIP')
prepare() {