summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2021-04-25 00:04:30 +0200
committerAndrej Radovic2021-04-25 00:04:30 +0200
commitcd18836462b05d642050c52d44eff8c84479591c (patch)
treea44f8861471a588dbf9369470173c8b5cb451dba
parent740c106bcb01d68ef53b41f2a2076b76873588fd (diff)
downloadaur-ptags.tar.gz
Moved git-lfs to optdepends.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bee4f3fcdf6..d5c74ccc9dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ptags
pkgdesc = A parallel universal-ctags wrapper for git repository.
pkgver = 0.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dalance/ptags
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ptags
makedepends = cargo
depends = git
depends = ctags
- depends = git-lfs
+ optdepends = git-lfs: git-lfs indexing
provides = ptags
conflicts = ptags-git
source = ptags-0.3.2.zip::https://github.com/dalance/ptags/archive/v0.3.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index c89dbf685510..183872dc348b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=ptags
pkgver=0.3.2
-pkgrel=2
+pkgrel=3
pkgdesc='A parallel universal-ctags wrapper for git repository.'
arch=('i686' 'x86_64')
url='https://github.com/dalance/ptags'
license=('MIT')
makedepends=('git' 'cargo')
-depends=('git' 'ctags' 'git-lfs')
+depends=('git' 'ctags')
+optdepends=('git-lfs: git-lfs indexing')
provides=('ptags')
conflicts=('ptags-git')
source=("$pkgname"::'git+https://github.com/dalance/ptags.git')