summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c38f0ebdc0e..c0aeb44a2453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kattis-cli-git
pkgdesc = Kattis online judge command line tool
- pkgver = r68.f5899f8
+ pkgver = r94.624fe94
pkgrel = 1
url = https://github.com/Kattis/kattis-cli
arch = any
@@ -8,8 +8,8 @@ pkgbase = kattis-cli-git
makedepends = git
depends = python
depends = python-requests
+ depends = python-lxml
source = git+https://github.com/Kattis/kattis-cli
md5sums = SKIP
pkgname = kattis-cli-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b97a36282784..dc4340c31dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Asger Hautop Drewsen <asgerdrewsen@gmail.com>
pkgname=kattis-cli-git
-pkgver=r68.f5899f8
+pkgver=r94.624fe94
pkgrel=1
pkgdesc="Kattis online judge command line tool"
arch=('any')
url="https://github.com/Kattis/kattis-cli"
license=('MIT')
-depends=('python' 'python-requests')
+depends=('python' 'python-requests' 'python-lxml')
makedepends=('git')
source=("git+https://github.com/Kattis/kattis-cli")
md5sums=('SKIP')