summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbobpaul2022-01-19 12:33:48 -0600
committerbobpaul2022-01-19 12:34:08 -0600
commitcc7be708c5d7098832a313d76a7efe9e32d9f046 (patch)
tree5a292822f929988264a6463dabe2465dfbf1154b
parent7269b97738787d3cb6c58fc34fc59564394916ea (diff)
downloadaur-git-crecord-git.tar.gz
Updated package requirements
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ba20e8f5d9d..676fc777b96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,12 @@ pkgbase = git-crecord-git
arch = any
license = GPL
makedepends = git
- depends = python2
+ makedepends = python-docutils
+ makedepends = python-setuptools
+ depends = python
+ depends = git
+ conflicts = git-crecord
source = git+https://github.com/andrewshadura/git-crecord.git
md5sums = SKIP
pkgname = git-crecord-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a5911707b946..e2ee0c2927eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: bobpaul <aurpackage [at] bobpaul 'period' org>
pkgname="git-crecord-git"
-pkgver=20161216.0.r4.g30c7f4c
-pkgrel=2
+pkgver=20201025.0.r4.gf520edf
+pkgrel=1
epoch=
pkgdesc="Git subcommand to interactively select changes to commit or stage"
arch=(any)
url="https://github.com/andrewshadura/git-crecord"
license=('GPL')
groups=()
-depends=('python2')
-makedepends=('git')
+depends=('python' 'git')
+makedepends=('git' 'python-docutils' 'python-setuptools')
checkdepends=()
optdepends=()
provides=()
-conflicts=()
+conflicts=('git-crecord')
replaces=()
backup=()
options=()