summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:33:31 +0200
committerGoliathLabs2020-05-18 21:33:31 +0200
commita174ee8f088f5e76811677d6c04e360fcb03cc0f (patch)
tree8886ddbaf8d6690d2b6d7e0eeaa17bef3c55d4e7
parent838db79dbf334e8f7c8f0ecf8c90b2f93013269b (diff)
downloadaur-a174ee8f088f5e76811677d6c04e360fcb03cc0f.tar.gz
Updated: ocaml 4.10.0 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d3e97618971..9015267c5271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ffmpeg
pkgdesc = OCaml bindings to the FFmpeg library
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/ocaml-ffmpeg
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 09a8c8644ea2..7eb6a9a35bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ffmpeg
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="OCaml bindings to the FFmpeg library"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-ffmpeg"