Skip to content

Commit

Permalink
upgpkg: lektor 3.3.12-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
mutantmonkey committed Sep 9, 2024
1 parent 892d41e commit 0f6d536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lektor/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
7 changes: 3 additions & 4 deletions lektor/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Michael Gerhaeuser <michael.gerhaeuser@gmail.com>
pkgname=lektor
_pkgname=Lektor
pkgver=3.3.11
pkgver=3.3.12
pkgrel=1
pkgdesc="A static content management system."
arch=(any)
Expand All @@ -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"
Expand All @@ -30,4 +30,3 @@ package() {
install -Dm 644 LICENSE \
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}
sha256sums=('a6dff5eb54c3e0ed1b3ddb6ac540112391541178ae420a1c2a2704e55afe17aa')

0 comments on commit 0f6d536

Please sign in to comment.