File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Maintainer: Robert Schiele <[email protected] >22
33pkgname=git-incrypt-git
4- pkgver=0.9.0.r2.g40433bf
4+ pkgver=0.9.0.r5.g3d6473c
55pkgrel=1
6- pkgdesc=" git-incrypt: A git remote helper to encrypt git repositories incrementally"
7- arch=(' i686 ' ' x86_64 ' )
6+ pkgdesc=" A git remote helper to encrypt git repositories incrementally"
7+ arch=(' any ' )
88url=" https://github.com/schiele/git-incrypt/"
99license=(' GPL2' )
10- depends=(' git' ' python-pygit2' )
11- makedepends=(' asciidoc' ' xmlto' )
10+ depends=(' git' ' python-pygit2' ' gnupg ' )
11+ makedepends=(' asciidoc' ' xmlto' ' python-pylint ' ' python-pycodestyle ' ' man ' )
1212source=(" git+https://github.com/schiele/git-incrypt.git" )
1313sha256sums=(' SKIP' )
1414
@@ -23,6 +23,11 @@ build() {
2323 make
2424}
2525
26+ check () {
27+ cd git-incrypt
28+ make test
29+ }
30+
2631package () {
2732 cd git-incrypt
2833 make PKGNAME:=" $pkgname " DESTDIR:=" $pkgdir " install
You can’t perform that action at this time.
0 commit comments