summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2019-11-19 18:39:17 +0100
committerjakob2019-11-19 18:39:17 +0100
commite679c8dc2756e5472aa29eff525c5ed79c11866c (patch)
treecdc67827c0f60974676644f3d39b9061433b68d1
parentd6683b9d6b04a1d0dda687e7033b62d5396a5a08 (diff)
downloadaur-e679c8dc2756e5472aa29eff525c5ed79c11866c.tar.gz
Explicit arch list (was 'any')
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a9c4c11039d..0d3bea64735c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = mingw-w64-libgit2
pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
pkgver = 0.28.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libgit2/libgit2
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = mingw-w64-cmake
makedepends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 373a85344b99..4953eb45a0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=mingw-w64-libgit2
pkgver=0.28.3
-pkgrel=1
+pkgrel=2
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
-arch=(any)
+arch=(i686 x86_64)
depends=(mingw-w64-{crt,curl,libssh2,openssl,zlib})
makedepends=(mingw-w64-cmake gcc-libs)
conflicts=(mingw-w64-libgit2)