summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2018-04-08 19:19:05 +0200
committerSebastiaan Lokhorst2018-04-08 19:19:05 +0200
commit900aa153ad0ba175826208886f43c53137e61193 (patch)
tree1804461692345f334d4f1409ebb3fb553f2fffc7 /PKGBUILD
parent73a4715a7842d000372a914aa4dce93fc4465f40 (diff)
downloadaur-900aa153ad0ba175826208886f43c53137e61193.tar.gz
Add provides, remove i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c49a410b310c..2a5943392d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_gitname=gsl
pkgname=microsoft-gsl-git
-pkgver=r401.3819df6
-pkgrel=2
+pkgver=r487.d846fe5
+pkgrel=1
pkgdesc="Microsoft's Guidelines Support Library (GSL)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/Microsoft/GSL'
license=('MIT')
+provides=('microsoft-gsl')
source=("$_gitname::git+https://github.com/Microsoft/GSL.git")
md5sums=('SKIP')