summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2017-10-31 09:07:18 +0100
committerSimon Legner2017-10-31 09:07:18 +0100
commit6aa8510440fe3918fccc677796e0486b873e2061 (patch)
tree56595131d768bc0dee3cb02689c78262ea35d71a
parent3b383c56e2d06227365393d738d059b2fd6411d9 (diff)
downloadaur-6aa8510440fe3918fccc677796e0486b873e2061.tar.gz
1.05-7: update META.camlidl
Specify > directory = "^" according to comments and Ubuntu package.
-rw-r--r--.SRCINFO16
-rw-r--r--META.camlidl3
-rw-r--r--PKGBUILD14
3 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6533af70fab..eebbaba5b0ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Oct 27 12:09:14 UTC 2016
+# Tue Oct 31 08:07:11 UTC 2017
pkgbase = camlidl
pkgdesc = A stub code generator and COM binding for Objective Caml (OCaml)
pkgver = 1.05
- pkgrel = 6
- url = http://caml.inria.fr/pub/old_caml_site/camlidl/
+ pkgrel = 7
+ url = https://github.com/xavierleroy/camlidl
arch = i686
arch = x86_64
license = custom
@@ -14,14 +14,14 @@ pkgbase = camlidl
source = arch-build-system-fix.patch
source = rename-array-module-for-ocaml-4.03.patch
source = META.camlidl
- md5sums = 4cfb863bc3cbdc1af2502042c45cc675
- md5sums = 9b7f92ec77b50d260b6487e4577bd5f0
- md5sums = 937930d2b49a6df80567464350cb3fd9
- md5sums = c8239780b7303f02b86ca6efc644640c
sha1sums = 2a0d5ba70fea8c1de1c5387f8b2058357b2177df
sha1sums = b5cf6873bda3fe48f9946f09ccea39cd60fda59c
sha1sums = 19e42c60e2e7448951fc87bb70a3e8fb26244e08
- sha1sums = cdabd68036a1f52c8ba8cfb22bde5a034ff8b620
+ sha1sums = 2e26acb071e62574ced84ff7aa3a7164e27daef0
+ sha256sums = 857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311
+ sha256sums = 4b5a3495db307970fef1e408e1e5caa92c3d3fde5c5fafe81b6d679662ab688c
+ sha256sums = 78646a2022617e484b48aa7a5f7aa322696639b8b1eb195f07e88eb143dd735d
+ sha256sums = 1a060499f884670ad3ad5f9dbd8421ea3754947b0ee955424490848acb39ce42
pkgname = camlidl
diff --git a/META.camlidl b/META.camlidl
index 4629e598ff31..a0419be6f419 100644
--- a/META.camlidl
+++ b/META.camlidl
@@ -1,4 +1,5 @@
description = "Stub generator"
version = "1.05"
+directory = "^"
archive(byte) = "com.cma"
-archive(native) = "com.cmxa" \ No newline at end of file
+archive(native) = "com.cmxa"
diff --git a/PKGBUILD b/PKGBUILD
index 24bff7e0f593..a8f8d6e0f7d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=camlidl
pkgver=1.05
-pkgrel=6
+pkgrel=7
pkgdesc="A stub code generator and COM binding for Objective Caml (OCaml)"
arch=('i686' 'x86_64')
-url="http://caml.inria.fr/pub/old_caml_site/camlidl/"
+url="https://github.com/xavierleroy/camlidl"
license=('custom')
depends=('ocaml')
options=(staticlibs)
@@ -40,11 +40,11 @@ package() {
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-md5sums=('4cfb863bc3cbdc1af2502042c45cc675'
- '9b7f92ec77b50d260b6487e4577bd5f0'
- '937930d2b49a6df80567464350cb3fd9'
- 'c8239780b7303f02b86ca6efc644640c')
sha1sums=('2a0d5ba70fea8c1de1c5387f8b2058357b2177df'
'b5cf6873bda3fe48f9946f09ccea39cd60fda59c'
'19e42c60e2e7448951fc87bb70a3e8fb26244e08'
- 'cdabd68036a1f52c8ba8cfb22bde5a034ff8b620')
+ '2e26acb071e62574ced84ff7aa3a7164e27daef0')
+sha256sums=('857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311'
+ '4b5a3495db307970fef1e408e1e5caa92c3d3fde5c5fafe81b6d679662ab688c'
+ '78646a2022617e484b48aa7a5f7aa322696639b8b1eb195f07e88eb143dd735d'
+ '1a060499f884670ad3ad5f9dbd8421ea3754947b0ee955424490848acb39ce42')