summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-09-12 13:03:45 +0200
committerJ5lx2015-09-12 13:03:45 +0200
commit2f0ae1c9b3bdf53945224d997bc42b6040856e5c (patch)
treeca40711f74c656861953d587dee50b3f542f05b8
parentc05592ba5cf9ee516ba0d0eead45b39a33cb53b6 (diff)
downloadaur-2f0ae1c9b3bdf53945224d997bc42b6040856e5c.tar.gz
1ed8a49-3: Add old polyglot package to conflicts, provides and replaces
-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')