summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Abernethy2015-07-31 18:30:06 +0200
committerPhilip Abernethy2015-07-31 18:30:06 +0200
commitff6081821c70103bbaae7e0db2d7bae30517e669 (patch)
treead361d8b37afde6ae9c91ae41e5318a59f4854e7
parentc05da26035c139840197b80b1fa8eac64c2d4e8c (diff)
downloadaur-ff6081821c70103bbaae7e0db2d7bae30517e669.tar.gz
Removed replaces array, as it's not not necessary
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1d5ef17193..ad855ab3f146 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aquaria-hib
pkgdesc = A 2D fantasy underwater action-adventure game (Humble Bundle version)
pkgver = 1.1.3
- pkgrel = 3
+ pkgrel = 4
url = http://www.bit-blot.com/
arch = i686
arch = x86_64
@@ -10,9 +10,6 @@ pkgbase = aquaria-hib
conflicts = aquaria
conflicts = aquaria-data-hib
conflicts = aquaria-git
- replaces = aquaria
- replaces = aquaria-data-hib
- replaces = aquaria-git
source = hib://aquaria_1.1.3_amd64.deb
source = aquaria.desktop
sha512sums = c7f0cb4eacef6804d57a93dd572be3b18c8aa78953d66f14e625e19d39e25d85b777157db79bccbbeabb9a7dc655f1ff43f6cbd287a5c4a89e1eb2e6b4ee219a
diff --git a/PKGBUILD b/PKGBUILD
index 6ae44e6eb6fa..d1ebb0b50b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=aquaria-hib
pkgver=1.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="A 2D fantasy underwater action-adventure game (Humble Bundle version)"
arch=('i686' 'x86_64')
[[ $CARCH = "i686" ]] && _arch='i386' || _arch='amd64'
@@ -8,7 +8,6 @@ url="http://www.bit-blot.com/"
license=('custom:commercial')
provides=('aquaria-1.1.3')
conflicts=('aquaria' 'aquaria-data-hib' 'aquaria-git')
-replaces=('aquaria' 'aquaria-data-hib' 'aquaria-git')
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1')
PKGEXT='.pkg.tar'