summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author4shadoww2018-05-31 14:06:32 +0300
committer4shadoww2018-05-31 14:06:32 +0300
commit8bd774db26f15db4015cd48533138557b6b4856c (patch)
treefd98cb38b4f93032ec548649b93a501f93d46da5 /PKGBUILD
parente91e79c4d3080233f227750ece36977762ddad4d (diff)
downloadaur-8bd774db26f15db4015cd48533138557b6b4856c.tar.gz
added version to provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a530595d73c..de2dcb8dbf88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=mingw-w64-winpthreads-bin
pkgver=5.0.3
-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')
+provides=("mingw-w64-winpthreads=${pkgver}")
conflicts=('mingw-w64-winpthreads')
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=("https://github.com/4shadoww/mingw-w64-builds/releases/download/binary/$provides-$pkgver.tar.xz")
+source=("https://github.com/4shadoww/mingw-w64-builds/releases/download/binary/mingw-w64-winpthreads-$pkgver.tar.xz")
md5sums=("2088b38c5194bdda533a88dc6a214cdb")
package() {
- cd "$provides/"
+ cd "mingw-w64-winpthreads/"
cp -r * "$pkgdir/"
}