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

Felix Yan felixonmars at archlinux.org
Sat May 2 04:56:15 UTC 2020


    Date: Saturday, May 2, 2020 @ 04:56:15
  Author: felixonmars
Revision: 624302

upgpkg: git-annex 8.20200501-1

Modified:
  git-annex/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 04:37:08 UTC (rev 624301)
+++ PKGBUILD	2020-05-02 04:56:15 UTC (rev 624302)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=git-annex
-pkgver=8.20200330
-pkgrel=23
+pkgver=8.20200501
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/"
 license=("AGPL3")
@@ -32,12 +32,6 @@
 source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
 sha512sums=('SKIP')
 
-prepare() {
-  cd git-annex
-  sed -i 's/ fail / error /' Utility/HumanTime.hs Command/{Expire.hs,Init.hs}
-  sed -i 's/(fail /(error /' CmdLine/GitAnnex/Options.hs
-}
-
 build() {
   cd git-annex
 



More information about the arch-commits mailing list