diff options
author | Jeremy Cantrell | 2022-08-09 18:47:15 -0500 |
---|---|---|
committer | Jeremy Cantrell | 2022-08-09 18:48:17 -0500 |
commit | fe4f00511b0391d36c5282e9527607db17199996 (patch) | |
tree | 6993b8e9a5e732adcc60861f6d99723f0f91127c /PKGBUILD | |
parent | 96e34e375d816e98cb2426f58733af010f561bfd (diff) | |
download | aur-fe4f00511b0391d36c5282e9527607db17199996.tar.gz |
upgpkg: swaystatus 0.2.6-1
Change swaystatus source repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ # Maintainer: Jeremy Cantrell <jmcantrell at gmail dot com> pkgname=swaystatus -pkgver=0.2.4 +pkgver=0.2.6 pkgrel=1 pkgdesc="Generates a status line for swaybar" arch=('any') -url="https://gitlab.com/jmcantrell/$pkgname" +url="https://github.com/jmcantrell/$pkgname" license=('GPL3') depends=('python' 'python-schema' 'python-toml') optdepends=('python-systemd: systemd journal logging') @@ -14,7 +14,7 @@ checkdepends=('python-pytest' 'python-pytest-cov') provides=() conflicts=() source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/${pkgname//-/_}-$pkgver.tar.gz") -md5sums=('26e3b843f6e9da81033f450a0adc1271') +md5sums=('8be1ce78f682b68b9d7970b2ec7395c0') check() { cd "$srcdir/${pkgname#python-}-$pkgver" |