summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Jonczyk2018-07-12 13:56:45 +0200
committerPhilipp Jonczyk2018-07-12 13:56:45 +0200
commiteba766382e9ecdb339f9a87678b9377fe4bbf701 (patch)
tree3d92ef14939a8ba295554506b1327a625a81d9c5 /PKGBUILD
parentd52daf5acce8bc742a8983626da139b5607d30b1 (diff)
downloadaur-eba766382e9ecdb339f9a87678b9377fe4bbf701.tar.gz
updated to version 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 969221339d02..a2bc82544d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Philipp Jonczyk <p dot jonczyk at posteo dot de>
pkgname=python-dictcc
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="commandline tool for dict.cc"
arch=('any')
url="https://github.com/randomn4me/dictcc/"
license=('ISC')
depends=('python'
- 'python-beautifulsoup4')
+ 'python-beautifulsoup4'
+ 'python-tabulate')
source=("dictcc.py")
+md5sums=('2dc893d1c2f690b35465785c20fe88d8')
provides=("python-dictcc=$pkgver-$pkgrel")
-md5sums=('fd19db00f9141abfae4ba8e19ab5fa82')
source=("https://github.com/randomn4me/${pkgname#python-}/archive/${pkgver}.tar.gz")
package() {