Date: Friday, May 8, 2020 @ 20:02:18
  Author: sangy
Revision: 625767

archrelease: copy trunk to community-x86_64

Added:
  git-lfs/repos/community-x86_64/PKGBUILD
    (from rev 625766, git-lfs/trunk/PKGBUILD)
Deleted:
  git-lfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-08 20:01:57 UTC (rev 625766)
+++ PKGBUILD    2020-05-08 20:02:18 UTC (rev 625767)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-
-pkgname=git-lfs
-pkgver=2.10.0
-pkgrel=2
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com";
-license=('MIT')
-makedepends=('go-pie' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed";)
-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 
<[email protected]>
-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  go build \
-    -mod=vendor \
-    -trimpath \
-    -ldflags "-extldflags ${LDFLAGS}" \
-    .
-  make man
-}
-
-check(){
-  cd "$pkgname"
-  go test -mod=vendor ./...
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
-  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}

Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 625766, 
git-lfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-08 20:02:18 UTC (rev 625767)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud <[email protected]>
+
+pkgname=git-lfs
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com";
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed";)
+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 
<[email protected]>
+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  go build \
+    -mod=vendor \
+    -trimpath \
+    -ldflags "-extldflags ${LDFLAGS}" \
+    .
+  make man
+}
+
+check(){
+  cd "$pkgname"
+  go test -mod=vendor ./...
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}

Reply via email to