[arch-commits] Commit in git-annex/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 06:33:49 UTC 2021


    Date: Friday, July 16, 2021 @ 06:33:49
  Author: felixonmars
Revision: 977551

archrelease: copy trunk to community-testing-x86_64

Added:
  git-annex/repos/community-testing-x86_64/PKGBUILD
    (from rev 977550, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 06:26:16 UTC (rev 977550)
+++ PKGBUILD	2021-07-16 06:33:49 UTC (rev 977551)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=git-annex
-pkgver=8.20210630
-pkgrel=5
-pkgdesc="Manage files with git, without checking their contents into git"
-url="https://git-annex.branchable.com/"
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
-         'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 'haskell-case-insensitive'
-         'haskell-clientsession' 'haskell-concurrent-output' 'haskell-connection' 'haskell-conduit'
-         'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default'
-         'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
-         'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 'haskell-filepath-bytestring'
-         'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 'haskell-http-client-restricted'
-         'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse'
-         'haskell-magic' 'haskell-memory' 'haskell-microlens' 'haskell-monad-control'
-         'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' 'haskell-network-info'
-         'haskell-network-multicast' 'haskell-network-uri' 'haskell-old-locale'
-         'haskell-optparse-applicative' 'haskell-path-pieces' 'haskell-persistent'
-         'haskell-persistent-sqlite' 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa'
-         'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem'
-         'haskell-shakespeare' 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup'
-         'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun'
-         'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
-         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector'
-         'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod'
-         'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc' 'uusi')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
-  cd git-annex
-  # persistent-template was merged into persistent
-  uusi -d persistent-template git-annex.cabal
-  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs Database/Keys/SQL.hs
-}
-
-build() {
-  cd git-annex
-  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
-      -i Makefile
-  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
-}
-
-package() {
-  cd git-annex
-  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-testing-x86_64/PKGBUILD (from rev 977550, git-annex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 06:33:49 UTC (rev 977551)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=git-annex
+pkgver=8.20210714
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/"
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+         'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 'haskell-case-insensitive'
+         'haskell-clientsession' 'haskell-concurrent-output' 'haskell-connection' 'haskell-conduit'
+         'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default'
+         'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+         'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 'haskell-filepath-bytestring'
+         'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 'haskell-http-client-restricted'
+         'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse'
+         'haskell-magic' 'haskell-memory' 'haskell-microlens' 'haskell-monad-control'
+         'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' 'haskell-network-info'
+         'haskell-network-multicast' 'haskell-network-uri' 'haskell-old-locale'
+         'haskell-optparse-applicative' 'haskell-path-pieces' 'haskell-persistent'
+         'haskell-persistent-sqlite' 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa'
+         'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem'
+         'haskell-shakespeare' 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup'
+         'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun'
+         'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector'
+         'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod'
+         'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc' 'uusi')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  # persistent-template was merged into persistent
+  uusi -d persistent-template git-annex.cabal
+  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs Database/Keys/SQL.hs
+}
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+      -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}




More information about the arch-commits mailing list