summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrespiranto2015-08-24 00:43:15 +0200
committerrespiranto2015-08-24 00:43:15 +0200
commitf3bdf4cf862cd9bf28874c03a05fc8f2fd1abfd0 (patch)
tree20c15e0453d6e59d73160b8925f7ef0f7f2e8fa0 /PKGBUILD
parent2bfe5da5bbcd1999fabba42436f030b4ca1a1eac (diff)
downloadaur-f3bdf4cf862cd9bf28874c03a05fc8f2fd1abfd0.tar.gz
replaced 'replaces' by 'provides' and 'conflicts'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66cee2978d7c..11ef831e2dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# Contributor: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
pkgname=dict-gcide
pkgver=0.48.1
-pkgrel=2
+pkgrel=3
pkgdesc="GNU version of the Collaborative International Dictionary of English in dict format"
arch=('any')
url="http://www.dict.org/"
license=('GPL')
optdepends=('dictd: dict client and server')
makedepends=('dictd')
-replaces=('dictd-gcide')
+provides=('dictd-gcide')
+conflicts=('dictd-gcide')
install=$pkgname.install
source=("ftp://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.gz")
md5sums=('44fa2d940c58e65635357fee76772a35')