Skip to content

Commit de548dd

Browse files
authored
Merge pull request #2 from mcgillij/version_bump_dependencies
Version bump dependencies
2 parents ce21cad + d956c43 commit de548dd

File tree

5 files changed

+112
-500
lines changed

5 files changed

+112
-500
lines changed

PKGBUILD

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33

44
pkgname=py3status-github-notifications
55
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.4
6+
pkgver=0.1.5
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
10-
makedepends=('python-setuptools' "python-dephell")
10+
makedepends=('python-setuptools')
1111
url="https://github.com/mcgillij/py3status-github-notifications"
1212
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
13-
md5sums=('d399daec3df14da8d67800de23245864')
14-
15-
prepare() {
16-
cd "$pkgname-$pkgver"
17-
dephell deps convert --from pyproject.toml --to setup.py
18-
}
13+
md5sums=('b50c30e4e4c726826c505850503010d3')
1914

2015
build() {
2116
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)