summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-03-24 18:13:06 +0100
committerMichel Zou2022-03-24 18:13:06 +0100
commitc65be602f2e192316dfc4f660dfd0dd1ba54d8ce (patch)
tree79a3323a9e9309cbb061ee114981db01352ed767
parent4f96e54e25784e7c93cf3a42da1381bb07d331a9 (diff)
downloadaur-mingw-w64-mman-win32-git.tar.gz
alitrack
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231ba582f1a4..972ca0262665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-mman-win32-git
pkgdesc = A light implementation of the mmap functions (mingw-w64)
pkgver = r29.2d1c576
pkgrel = 1
- url = https://github.com/dlfcn-win32/dlfcn-win32
+ url = https://github.com/alitrack/mman-win32
arch = any
license = MIT
makedepends = mingw-w64-cmake
@@ -13,8 +13,7 @@ pkgbase = mingw-w64-mman-win32-git
options = !buildflags
options = !strip
options = staticlibs
- source = git+https://github.com/witwall/mman-win32.git
+ source = git+https://github.com/alitrack/mman-win32.git
sha256sums = SKIP
pkgname = mingw-w64-mman-win32-git
-
diff --git a/PKGBUILD b/PKGBUILD
index de322656262c..f3a53dcbb372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ pkgver=r29.2d1c576
pkgrel=1
pkgdesc="A light implementation of the mmap functions (mingw-w64)"
arch=(any)
-url="https://github.com/dlfcn-win32/dlfcn-win32"
+url="https://github.com/alitrack/mman-win32"
license=('MIT')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'git')
provides=('mingw-w64-mman-win32')
conflicts=('mingw-w64-mman-win32')
options=('!buildflags' '!strip' 'staticlibs')
-source=("git+https://github.com/witwall/mman-win32.git")
+source=("git+https://github.com/alitrack/mman-win32.git")
sha256sums=(SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"