summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2024-02-25 22:23:21 -0800
committerChristopher Price2024-02-25 22:23:21 -0800
commit6a5435372d192ae92ba5f126c623e50151103000 (patch)
tree4f9d8927c0c90970aafff7e1e4bb94cb2f82b060
parenta02905e3f905282f83e0428ae9edb833e098d8d5 (diff)
downloadaur-6a5435372d192ae92ba5f126c623e50151103000.tar.gz
update contributors
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2469aff7b14..2254a481bff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = camlidl
pkgver = 1.12
pkgrel = 1
url = https://github.com/xavierleroy/camlidl
- arch = i686
arch = x86_64
license = LGPL2.1
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index d4ec0d1eba84..d62fbd4c5ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# Maintainer: Christopher Price <pricechrispy at gmail dot com>
# Contributor: Simon Legner <Simon.Legner@gmail.com>
# Contributor: Jakob Nixdorf <flocke@shadowice.org>
# Contributor: Bertram Felgenhauer <int-e@gmx.de>
-# Maintainer: Simon Legner <Simon.Legner@gmail.com>
+# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=camlidl
pkgver=1.12
_pkgver=${pkgver/\./}
pkgrel=1
pkgdesc="A stub code generator and COM binding for Objective Caml (OCaml)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/xavierleroy/camlidl"
license=(LGPL2.1)
depends=('ocaml')