summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2020-04-29 16:18:18 +0200
committerjakob2020-04-29 16:18:18 +0200
commit2dc06e372ccb6b8537fb2072dfeb5b51fdf9cdab (patch)
tree1cb02a388c1257f7d73855123aaf57f0ef21571b
parente49a0f3cee878a71ad14c87a77c20b347bbbb567 (diff)
downloadaur-2dc06e372ccb6b8537fb2072dfeb5b51fdf9cdab.tar.gz
'arch' should be 'any'
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a92c8bfcf19..0c35641a3d64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = mingw-w64-libgit2
pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libgit2/libgit2
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = mingw-w64-cmake
makedepends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index f4d5e1f5b65d..4d0a9f2ac554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=mingw-w64-libgit2
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
-arch=(i686 x86_64)
+arch=(any)
depends=(mingw-w64-{crt,curl,libssh2,openssl,zlib})
makedepends=(mingw-w64-cmake gcc-libs)
conflicts=(mingw-w64-libgit2)