summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsger Hautop Drewsen2023-10-22 20:19:04 +0200
committerAsger Hautop Drewsen2023-10-22 20:19:04 +0200
commitb9fe217866cb074d0007ba4c27ec335206714efe (patch)
treec3d92cda3384de8a442f5c976fe0cf924548efe9
parent379b683b0cd27b93fcac62ca5ddf4f4e28b53535 (diff)
downloadaur-kattis-cli-git.tar.gz
Add missing python-lxml dependency
-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')