Skip to content

Commit 4e1498b

Browse files
committed
update PKGBUILD
1 parent 3d6473c commit 4e1498b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

PKGBUILD

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Maintainer: Robert Schiele <[email protected]>
22

33
pkgname=git-incrypt-git
4-
pkgver=0.9.0.r2.g40433bf
4+
pkgver=0.9.0.r5.g3d6473c
55
pkgrel=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')
88
url="https://github.com/schiele/git-incrypt/"
99
license=('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')
1212
source=("git+https://github.com/schiele/git-incrypt.git")
1313
sha256sums=('SKIP')
1414

@@ -23,6 +23,11 @@ build() {
2323
make
2424
}
2525

26+
check() {
27+
cd git-incrypt
28+
make test
29+
}
30+
2631
package() {
2732
cd git-incrypt
2833
make PKGNAME:="$pkgname" DESTDIR:="$pkgdir" install

0 commit comments

Comments
 (0)