summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 21:58:52 +0800
committerChocobo12023-04-10 21:58:52 +0800
commitee30d87d41c6109aedf365d1bb6c3630f7ac6e42 (patch)
tree8c48f8866b8c66b24168b827805722b9ff09e226
parent0ce43b78f85ee8c6aaee5cdfbe1c340f5134940c (diff)
downloadaur-git-lfs-git.tar.gz
upgpkg: git-lfs-git 3.3.0.r104.gbea0287c-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0c6a519200..f05bebf2444d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-lfs-git
pkgdesc = Git extension for versioning large files
- pkgver = 2.12.0.r43.g68a8f8a4
+ pkgver = 3.3.0.r104.gbea0287c
pkgrel = 1
url = https://git-lfs.github.com/
arch = i686
@@ -11,10 +11,9 @@ pkgbase = git-lfs-git
makedepends = go-tools
makedepends = ruby-ronn
depends = glibc
- provides = git-lfs
+ provides = git-lfs=3.3.0.r104.gbea0287c
conflicts = git-lfs
source = git+https://github.com/git-lfs/git-lfs.git
sha256sums = SKIP
pkgname = git-lfs-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 045613f08903..5ba40f8f1459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=git-lfs-git
-pkgver=2.12.0.r43.g68a8f8a4
+pkgver=3.3.0.r104.gbea0287c
pkgrel=1
pkgdesc="Git extension for versioning large files"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://git-lfs.github.com/"
license=('MIT')
depends=('glibc')
makedepends=('git' 'go' 'go-tools' 'ruby-ronn')
-provides=('git-lfs')
+provides=("git-lfs=$pkgver")
conflicts=('git-lfs')
source=("git+https://github.com/git-lfs/git-lfs.git")
sha256sums=('SKIP')