summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4shadoww2020-05-18 12:43:18 +0300
committer4shadoww2020-05-18 12:43:18 +0300
commit53476523fd7cdedaf45a7c3181b37d552424bec5 (patch)
tree10136ed381adf6e9c957cde9fed20aca98360155
parentcf619e25b9b3a8110005453c828a1beab0b22ad3 (diff)
downloadaur-53476523fd7cdedaf45a7c3181b37d552424bec5.tar.gz
recompiled
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee7aadcadf4e..fd6044ccfa38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,23 @@
pkgbase = mingw-w64-winpthreads-bin
pkgdesc = MinGW-w64 winpthreads library (pre-compiled)
pkgver = 7.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://mingw-w64.sourceforge.net
arch = any
groups = mingw-w64-toolchain
groups = mingw-w64
license = custom
- provides = mingw-w64-winpthreads=7.0.0
+ provides = mingw-w64-winpthreads=${pkgver}
+ provides = mingw-w64-headers-bootstrap
conflicts = mingw-w64-winpthreads
+ conflicts = mingw-w64-headers-bootstrap
+ replaces = mingw-w64-headers-bootstrap
options = !strip
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-winpthreads/mingw-w64-winpthreads-7.0.0.tar.xz
- md5sums = 040229137c505d10d0eae48f905e8a41
+ source = https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-winpthreads/mingw-w64-winpthreads-7.0.0-2.tar.xz
+ md5sums = f414ec5dbb8a7ea5424fd4f021a68095
pkgname = mingw-w64-winpthreads-bin
diff --git a/PKGBUILD b/PKGBUILD
index fda11c9baef6..137040a10494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
pkgname=mingw-w64-winpthreads-bin
pkgver=7.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="MinGW-w64 winpthreads library (pre-compiled)"
arch=('any')
url="http://mingw-w64.sourceforge.net"
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
-provides=("mingw-w64-winpthreads=${pkgver}")
-conflicts=('mingw-w64-winpthreads')
+provides=('mingw-w64-winpthreads=${pkgver}' 'mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-winpthreads' 'mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-winpthreads/mingw-w64-winpthreads-$pkgver.tar.xz")
-md5sums=("040229137c505d10d0eae48f905e8a41")
+source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-winpthreads/mingw-w64-winpthreads-$pkgver-2.tar.xz")
+md5sums=("f414ec5dbb8a7ea5424fd4f021a68095")
package() {
cd "mingw-w64-winpthreads/"