summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorseth2022-08-26 20:59:04 -0400
committerseth2022-08-26 20:59:04 -0400
commit3ed3b5131bea882c5536f3c9e841bb35818fc40f (patch)
treedd679975caec3a0c3ecd1c2a71b158c31fcc8825
parent261690fb45061ada250d494cb006cc90ee4a0ec0 (diff)
downloadaur-hiccup-git.tar.gz
replace python-setuptools dep with python-flit-core
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5c901f1d0a3..b19f37dc9aa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hiccup-git
pkgdesc = a python script to help keep you up to date
- pkgver = r13.3b376cd
+ pkgver = r18.22378ab
pkgrel = 1
url = https://github.com/getchoo/hiccup
arch = any
@@ -9,7 +9,7 @@ pkgbase = hiccup-git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-setuptools
+ makedepends = python-flit-core
depends = python
depends = xdg-user-dirs
provides = hiccup
diff --git a/PKGBUILD b/PKGBUILD
index 8d9220ac2cd9..aaa36c196e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: seth <getchoo at tuta dot io>
pkgname=hiccup-git
-pkgver=r13.3b376cd
+pkgver=r18.22378ab
pkgrel=1
pkgdesc="a python script to help keep you up to date"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/getchoo/hiccup"
license=('MIT')
depends=('python' 'xdg-user-dirs')
makedepends=('git' 'python-build' 'python-installer'
- 'python-wheel' 'python-setuptools')
+ 'python-wheel' 'python-flit-core')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+$url.git#branch=main")