blob: 7a73786ce3850bc970089c27c376481a796d10a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-outdated
pkgdesc = Check if a version of a PyPI package is outdated
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/alexmojaki/outdated
arch = any
license = MIT
makedepends = python-setuptools
makedepends = git
depends = python-requests
depends = python-littleutils
source = outdated::git+https://github.com/alexmojaki/outdated.git?#tag=v0.2.1
sha512sums = SKIP
pkgname = python-outdated
|