Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@

pkgname=py3status-github-notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.4
pkgver=0.1.5
pkgrel=1
arch=('any')
license=('MIT')
makedepends=('python-setuptools' "python-dephell")
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
md5sums=('d399daec3df14da8d67800de23245864')

prepare() {
cd "$pkgname-$pkgver"
dephell deps convert --from pyproject.toml --to setup.py
}
md5sums=('b50c30e4e4c726826c505850503010d3')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
Loading