diff options
author | Erich Eckner <git@eckner.net> | 2017-12-05 01:50:12 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-12-05 01:50:12 +0100 |
commit | 6ca9fddd0eeedd0011a35c7183ed8e8daa7b7420 (patch) | |
tree | 144b70655fb38e2ceae5f03967936b5761efe260 /build-support/haskell-tasty-hunit-old/PKGBUILD | |
parent | 92f1485ed94966d7ef48ba164b740cebbbd482b9 (diff) | |
download | packages-6ca9fddd0eeedd0011a35c7183ed8e8daa7b7420.tar.xz |
build-support/haskell-tasty-hunit-old add "replaces"
Diffstat (limited to 'build-support/haskell-tasty-hunit-old/PKGBUILD')
-rw-r--r-- | build-support/haskell-tasty-hunit-old/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-support/haskell-tasty-hunit-old/PKGBUILD b/build-support/haskell-tasty-hunit-old/PKGBUILD index 5834dffa..272cb5a6 100644 --- a/build-support/haskell-tasty-hunit-old/PKGBUILD +++ b/build-support/haskell-tasty-hunit-old/PKGBUILD @@ -16,6 +16,7 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_h sha512sums=('f7af615938d8cb9ec40114fc27f196a8bc9991b0aefca9c5de72bdb6872073b6d771f276472f831b8c583eade3d2d1413aee8f194befa450631bdf3ed50ed439') provides=("haskell-tasty-hunit=${pkgver}") conflicts=('haskell-tasty-hunit') +replaces=('haskell-tasty-hunit') build() { cd "${srcdir}/${_hkgname}-${pkgver}" |