summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4shadoww2018-05-31 14:06:32 +0300
committer4shadoww2018-05-31 14:06:32 +0300
commit8bd774db26f15db4015cd48533138557b6b4856c (patch)
treefd98cb38b4f93032ec548649b93a501f93d46da5
parente91e79c4d3080233f227750ece36977762ddad4d (diff)
downloadaur-8bd774db26f15db4015cd48533138557b6b4856c.tar.gz
added version to provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65964d1068f2..4daa97f4c2fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mingw-w64-winpthreads-bin
pkgdesc = MinGW-w64 winpthreads library (pre-compiled)
pkgver = 5.0.3
- 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
+ provides = mingw-w64-winpthreads=5.0.3
conflicts = mingw-w64-winpthreads
options = !strip
options = !buildflags
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/"
}