Skip to content

Commit

Permalink
feat(python-yattag): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiota committed Dec 28, 2024
1 parent 8697417 commit 64d00cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python-yattag/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-yattag
pkgdesc = Python library for generating HTML or XML in a pythonic way.
pkgver = 1.15.2
pkgver = 1.16.1
pkgrel = 1
url = http://yattag.org
arch = any
Expand All @@ -10,7 +10,7 @@ pkgbase = python-yattag
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = https://pypi.python.org/packages/source/y/yattag/yattag-1.15.2.tar.gz
sha256sums = aad9f540bd22dc503e5b5506cc47856facf081aa71fd35f727371b63e1e402bf
source = https://pypi.python.org/packages/source/y/yattag/yattag-1.16.1.tar.gz
sha256sums = baa8f254e7ea5d3e0618281ad2ff5610e0e5360b3608e695c29bfb3b29d051f4

pkgname = python-yattag
4 changes: 2 additions & 2 deletions python-yattag/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgname=yattag
pkgname=python-${_pkgname}
pkgver=1.15.2
pkgver=1.16.1
pkgrel=1
pkgdesc='Python library for generating HTML or XML in a pythonic way.'
url='http://yattag.org'
Expand All @@ -14,7 +14,7 @@ makedepends=('python-build'
license=('LGPL')
arch=('any')
source=("https://pypi.python.org/packages/source/y/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('aad9f540bd22dc503e5b5506cc47856facf081aa71fd35f727371b63e1e402bf')
sha256sums=('baa8f254e7ea5d3e0618281ad2ff5610e0e5360b3608e695c29bfb3b29d051f4')

build() {
cd "$srcdir/$_pkgname-$pkgver"
Expand Down

0 comments on commit 64d00cf

Please sign in to comment.