diff options
author | Jeremy Cantrell | 2023-05-25 23:15:01 -0500 |
---|---|---|
committer | Jeremy Cantrell | 2023-05-25 23:15:01 -0500 |
commit | bb829c3ccbe75a9fc137beae0c1b98de8c0d8726 (patch) | |
tree | 013ebf23bd42f5751b29c0fc4c20b688646b1770 /PKGBUILD | |
parent | 81b3f640d58c982c77e54faaae531c89ed33dd20 (diff) | |
download | aur-bb829c3ccbe75a9fc137beae0c1b98de8c0d8726.tar.gz |
upgpkg: btrfs-snapshots-git 0.8.2.r0.4142166-1
upstream release
upgpkg: btrfs-snapshots 0.8.2-1
upstream release
upgpkg: pathbomb-git 0.2.0.r0.c01b834-1
upstream release
upgpkg: pathbomb 0.2.0-1
upstream release
upgpkg: swaystatus-git 0.3.4.r1.5fe0338-1
upgpkg: swaystatus 0.3.4-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ # Maintainer: Jeremy Cantrell <jmcantrell at gmail dot com> pkgname=swaystatus -pkgver=0.3.3 +pkgver=0.3.4 pkgrel=1 pkgdesc="Generate a status line for swaybar" arch=('any') url="https://git.sr.ht/~jmcantrell/$pkgname" -license=('GPL3') +license=('MIT') depends=('python' 'python-toml') optdepends=('python-systemd: systemd journal logging') makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling') @@ -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=('dccd9d98406b37fd4761ed922819ca27') +md5sums=('ca9fd52244c51b5822ffb4d3f8018e3c') check() { cd "$srcdir/${pkgname#python-}-$pkgver" |