From 0f6d53695517b83cc75b137014782f9f44e525a2 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Mon, 9 Sep 2024 02:10:09 -0700 Subject: [PATCH] upgpkg: lektor 3.3.12-1 upstream release --- lektor/.SRCINFO | 6 +++--- lektor/PKGBUILD | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lektor/.SRCINFO b/lektor/.SRCINFO index e2c90114b..612f76924 100644 --- a/lektor/.SRCINFO +++ b/lektor/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lektor pkgdesc = A static content management system. - pkgver = 3.3.11 + pkgver = 3.3.12 pkgrel = 1 url = https://www.getlektor.com arch = any @@ -25,7 +25,7 @@ pkgbase = lektor depends = python-filetype depends = python-setuptools options = !emptydirs - source = https://files.pythonhosted.org/packages/source/L/Lektor/Lektor-3.3.11.tar.gz - sha256sums = a6dff5eb54c3e0ed1b3ddb6ac540112391541178ae420a1c2a2704e55afe17aa + source = https://files.pythonhosted.org/packages/source/L/Lektor/lektor-3.3.12.tar.gz + sha256sums = a856e5f94f77f8c960f6c3f21675338ac32e205bf035582063b17ea137035b03 pkgname = lektor diff --git a/lektor/PKGBUILD b/lektor/PKGBUILD index b7920a3b4..5fe63abf4 100644 --- a/lektor/PKGBUILD +++ b/lektor/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Gerhaeuser pkgname=lektor _pkgname=Lektor -pkgver=3.3.11 +pkgver=3.3.12 pkgrel=1 pkgdesc="A static content management system." arch=(any) @@ -14,8 +14,8 @@ depends=(python python-pip python-filetype python-setuptools) makedepends=(python-build python-installer python-wheel python-setuptools-scm) options=(!emptydirs) -source=("https://files.pythonhosted.org/packages/source/L/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('7c1645643a3aa0a6c8e8c13534c348299387524bd4872ce45a2aca8778e6b5b2') +source=("https://files.pythonhosted.org/packages/source/L/$_pkgname/$pkgname-$pkgver.tar.gz") +sha256sums=('a856e5f94f77f8c960f6c3f21675338ac32e205bf035582063b17ea137035b03') build() { cd "$srcdir/$_pkgname-$pkgver" @@ -30,4 +30,3 @@ package() { install -Dm 644 LICENSE \ "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" } -sha256sums=('a6dff5eb54c3e0ed1b3ddb6ac540112391541178ae420a1c2a2704e55afe17aa')