summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-08-21 14:57:33 +0200
committerGoliathLabs2020-08-21 14:57:33 +0200
commit8eac37d27e3e5766b69c7e0628862372bc2fd85b (patch)
tree5e648f7f0e5fffaa59445331c772b557073f5507
parent3e01d9fed5f3675bfcf86f5a9ec837df963e69ae (diff)
downloadaur-8eac37d27e3e5766b69c7e0628862372bc2fd85b.tar.gz
Updated: makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e4f51bb4e5..08431a1fb017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python2-urwid
pkgdesc = Curses-based user interface library
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://excess.org/urwid/
arch = x86_64
license = LGPL
makedepends = glibc
makedepends = python2-setuptools
+ makedepends = python2-mock
depends = python2
depends = glibc
source = https://github.com/urwid/urwid/archive/release-2.1.1/python2-urwid-2.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index dddb54359885..f7f3a9635eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=python2-urwid
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Curses-based user interface library'
url='http://excess.org/urwid/'
arch=('x86_64')
license=('LGPL')
depends=('python2' 'glibc')
-makedepends=('glibc' 'python2-setuptools')
+makedepends=('glibc' 'python2-setuptools' 'python2-mock')
source=(https://github.com/urwid/urwid/archive/release-${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('06fc11e62083f0de2ae8525d278bd5ca7f06bcf10773e299812ab5f617f8bd50')
sha512sums=('6ab861c02edff37e31b1a5b138e71abf978f8ef9a54e0993b740ec62c0986ce1e25c2421a4a4b0d428a8cd64970496b23790074c911b6e4990b3d821a3bf2b4c')