[arch-commits] Commit in git-annex/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 19 08:27:24 UTC 2017


    Date: Thursday, October 19, 2017 @ 08:27:23
  Author: felixonmars
Revision: 263609

upgpkg: git-annex 6.20171018-1

Modified:
  git-annex/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-19 08:08:10 UTC (rev 263608)
+++ PKGBUILD	2017-10-19 08:27:23 UTC (rev 263609)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=git-annex
-pkgver=6.20171003
-pkgrel=5
+pkgver=6.20171018
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/"
 license=("AGPL3")
@@ -33,11 +33,6 @@
 source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
 sha512sums=('SKIP')
 
-prepare() {
-  cd git-annex
-  sed -i 's/let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper$/let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper Nothing/ ' Remote/S3.hs
-}
-
 build() {
   cd git-annex
 



More information about the arch-commits mailing list