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

Felix Yan felixonmars at archlinux.org
Thu Oct 5 14:04:20 UTC 2017


    Date: Thursday, October 5, 2017 @ 14:04:20
  Author: felixonmars
Revision: 261728

upgpkg: git-annex 6.20171003-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 14:04:16 UTC (rev 261727)
+++ PKGBUILD	2017-10-05 14:04:20 UTC (rev 261728)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=git-annex
-pkgver=6.20170925
-pkgrel=5
+pkgver=6.20171003
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/"
 license=("AGPL3")
@@ -33,6 +33,11 @@
 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