Skip to content

Commit ad2ecfb

Browse files
committed
Fix AUR package
1 parent 217b4fc commit ad2ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ optdepends=('gum' 'python-gobject' 'evolution-data-server')
1212
depends=('python-google-api-core' 'python-google-api-python-client' 'python-google-auth' 'python-google-auth-httplib2' 'python-google-auth-oauthlib' 'python-googleapis-common-protos' 'pass' 'libnotify')
1313
source=("https://github.com/chmouel/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
1414
sha256sums=('edfd9aa245aba16bca2f4d219343e55d7d331f5a7bc3cee2874e14dc15951b63')
15-
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'uv')
15+
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
1616

1717
build() {
1818
cd "$pkgname-$pkgver" || exit

0 commit comments

Comments
 (0)