summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2015-09-12 13:03:45 +0200
committerJ5lx2015-09-12 13:03:45 +0200
commit2f0ae1c9b3bdf53945224d997bc42b6040856e5c (patch)
treeca40711f74c656861953d587dee50b3f542f05b8 /PKGBUILD
parentc05592ba5cf9ee516ba0d0eead45b39a33cb53b6 (diff)
downloadaur-2f0ae1c9b3bdf53945224d997bc42b6040856e5c.tar.gz
1ed8a49-3: Add old polyglot package to conflicts, provides and replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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')