summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcd9a57000b0..8c605ffeea62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swish
pkgdesc = SWI-Prolog for SHaring: a SWI-Prolog web IDE
- pkgver = r1150.55fec5a
- pkgrel = 2
+ pkgver = r1170.dacea67
+ pkgrel = 1
url = https://github.com/SWI-Prolog/swish
install = .install
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = swish
depends = libxpm
depends = swi-prolog-devel
conflicts = swish-cplint
+ conflicts = swish-cplint-bin
source = git+https://github.com/SWI-Prolog/swish#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 71a43eeac463..4e59bd1703e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=swish
-pkgver=r1150.55fec5a
-pkgrel=2
+pkgver=r1170.dacea67
+pkgrel=1
pkgdesc="SWI-Prolog for SHaring: a SWI-Prolog web IDE"
arch=('x86_64')
url="https://github.com/SWI-Prolog/swish"
@@ -13,7 +13,8 @@ depends=('libxinerama'
makedepends=('git'
'bower'
'sed')
-conflicts=('swish-cplint')
+conflicts=('swish-cplint'
+ 'swish-cplint-bin')
install=.install
source=('git+https://github.com/SWI-Prolog/swish#branch=master')
md5sums=('SKIP')