summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebRmv2016-11-05 10:43:38 +0100
committerSebRmv2016-11-05 10:50:34 +0100
commit3bd606089c70872238343d6c8dead4c6f6731b97 (patch)
tree74634dc0c40d277d21295c0be6890968dcd9d71b
parent11562097d699c24eb283f87a91f99774a6652be8 (diff)
downloadaur-3bd606089c70872238343d6c8dead4c6f6731b97.tar.gz
Fix package.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e15ed92f77..b2a14aa25c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omake-git
pkgdesc = A build system designed for scalability and portability
pkgver = r328.988b2a7
- pkgrel = 1
+ pkgrel = 2
url = http://projects.camlcity.org/projects/omake.html
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = omake-git
depends = ncurses
depends = readline
provides = omake
+ conflicts = omake
source = omake::git+https://github.com/ocaml-omake/omake.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 54403a4f05a7..f741db2165a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SebRmv <sbriais at-symbol free dot fr>
pkgname=omake-git
pkgver=r328.988b2a7
-pkgrel=1
+pkgrel=2
pkgdesc="A build system designed for scalability and portability"
arch=('i686' 'x86_64')
url=http://projects.camlcity.org/projects/omake.html
@@ -9,6 +9,7 @@ license=('GPL')
depends=('ncurses' 'readline')
makedepends=('git' 'gcc' 'ocaml')
provides=('omake')
+conflicts=('omake')
source=('omake::git+https://github.com/ocaml-omake/omake.git')
sha1sums=(SKIP)