[arch-commits] Commit in git-repair/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 27 15:58:39 UTC 2017
Date: Tuesday, June 27, 2017 @ 15:58:38
Author: felixonmars
Revision: 241243
upgpkg: git-repair 1.20170626-1
Modified:
git-repair/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-27 15:51:13 UTC (rev 241242)
+++ PKGBUILD 2017-06-27 15:58:38 UTC (rev 241243)
@@ -2,25 +2,25 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=git-repair
-pkgver=1.20161118
-pkgrel=10
+pkgver=1.20170626
+pkgrel=1
pkgdesc="Repairs a damaged git repisitory"
url="http://git-repair.branchable.com/"
license=("GPL")
arch=('i686' 'x86_64')
-depends=('git')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" "haskell-exceptions"
- "haskell-hslogger" "haskell-ifelse" "haskell-missingh" "haskell-mtl" "haskell-network"
- "haskell-network-uri" "haskell-optparse-applicative" "haskell-quickcheck"
- "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+depends=('git' "ghc" "haskell-async" "haskell-data-default" "haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" "haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
build() {
cd git-repair
- runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/$pkgname" \
- -fnetwork-uri
+ runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+ --docdir="/usr/share/doc/$pkgname" \
+ -fnetwork-uri
runhaskell Setup build
}
More information about the arch-commits
mailing list