summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-05-20 20:44:29 +0800
committerpingplug2019-05-20 20:44:29 +0800
commit0f9f3eb5172ecaf5ae7810d989c8abea41124dc8 (patch)
tree26aced8030e3c7c2a02b7ddc35991983f556a1db
parentb6da51c807f307a201c26ecb6fcc9033fa23bf98 (diff)
downloadaur-0f9f3eb5172ecaf5ae7810d989c8abea41124dc8.tar.gz
update email
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58a9b734ebc3..92e9680ffec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-crt-git
pkgdesc = MinGW-w64 CRT for Windows (git version)
- pkgver = 6.0.0.20180923
+ pkgver = 6.0.0.20190518
pkgrel = 1
url = https://mingw-w64.org/doku.php
arch = any
@@ -10,13 +10,13 @@ pkgbase = mingw-w64-crt-git
makedepends = git
makedepends = mingw-w64-gcc-base
makedepends = mingw-w64-binutils
- makedepends = mingw-w64-headers-git>=6.0.0.20180923
- provides = mingw-w64-crt=6.0.0.20180923
+ makedepends = mingw-w64-headers-git>=6.0.0.20190518
+ provides = mingw-w64-crt=6.0.0.20190518
conflicts = mingw-w64-crt
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=b13e8de242269cc58c219fec37516341de1f8310
+ source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64
sha256sums = SKIP
pkgname = mingw-w64-crt-git
diff --git a/PKGBUILD b/PKGBUILD
index 1f1c5a7731a1..1b911c900fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Maintainer: pingplug <pingplug@foxmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: ant32 <antreimer@gmail.com>
-# Contributor: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
-# Contributor: rkitover <rkitover@gmail.com>
+# Maintainer: pingplug < aur at pingplug dot me >
+# Contributor: Sergej Pupykin < pupykin dot s+arch at gmail dot com >
+# Contributor: ant32 < antreimer at gmail dot com >
+# Contributor: rubenvb < vanboxem dot ruben at gmail dot com >
+# Contributor: rkitover < rkitover at gmail dot com >
_pkgver=6.0.0
-_commit=b13e8de242269cc58c219fec37516341de1f8310 # conflict with gcc's own function
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-crt-git
-pkgver=6.0.0.20180923
+pkgver=6.0.0.20190518
pkgrel=1
pkgdesc="MinGW-w64 CRT for Windows (git version)"
arch=('any')
@@ -23,7 +22,7 @@ makedepends=('git'
provides=("mingw-w64-crt=${pkgver}")
conflicts=('mingw-w64-crt')
options=('!strip' 'staticlibs' '!buildflags')
-source=("git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=${_commit}")
+source=("git+https://git.code.sf.net/p/mingw-w64/mingw-w64")
sha256sums=('SKIP')
pkgver() {