Skip to content

Commit

Permalink
Merge pull request #2 from mcgillij/version_bump_dependencies
Browse files Browse the repository at this point in the history
Version bump dependencies
  • Loading branch information
mcgillij authored Jul 22, 2022
2 parents ce21cad + d956c43 commit de548dd
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 500 deletions.
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

0 comments on commit de548dd

Please sign in to comment.