summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b3454ea2a8..e0c4d2aa8a8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = polyglot-winboard-git
pkgdesc = UCI/USI/UCCI to XBoard adapter (WinBoard fork)
pkgver = 1ed8a49
- pkgrel = 2
+ pkgrel = 3
url = http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=summary
arch = i686
arch = x86_64
license = GPL2
depends = glibc
+ provides = polyglot
+ conflicts = polyglot
+ replaces = polyglot
source = polyglot.tar.gz::http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=snapshot;h=refs/heads/learn;sf=tgz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c69ce379cb0f..090e7f5d1a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
pkgname=polyglot-winboard-git
pkgver=1ed8a49
-pkgrel=2
+pkgrel=3
pkgdesc="UCI/USI/UCCI to XBoard adapter (WinBoard fork)"
arch=('i686' 'x86_64')
url="http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=summary"
license=('GPL2')
depends=('glibc')
+provides=('polyglot')
+conflicts=('polyglot')
+replaces=('polyglot')
# If anyone knows the URL of the actual repository, please tell me!
source=("polyglot.tar.gz::http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=snapshot;h=refs/heads/learn;sf=tgz")
md5sums=('SKIP')