Skip to content

Commit

Permalink
upgpkg: python-tweedledum 1.1.1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanmv committed Sep 10, 2022
1 parent 5a93068 commit 03f29bc
Show file tree
Hide file tree
Showing 3 changed files with 113,328 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python-tweedledum/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tweedledum
pkgdesc = A library for synthesizing and manipulating quantum circuits
pkgver = 1.1.1
pkgrel = 2
pkgrel = 3
url = https://github.com/boschmitt/tweedledum
arch = x86_64
license = MIT
Expand All @@ -12,7 +12,7 @@ pkgbase = python-tweedledum
makedepends = python-setuptools
depends = gcc-libs
source = tweedledum-1.1.1.tar.gz::https://files.pythonhosted.org/packages/source/t/tweedledum/tweedledum-1.1.1.tar.gz
source = fix-build.patch::https://github.com/boschmitt/tweedledum/pull/170.patch
source = fix-build.patch
b2sums = 99da09829a70a316fdc582929bfe8ca5d805f0a7a6f049da3951c57c5e4bec24343a1021020e8d00791683ab5c140647d78ee0dde5dac95370b648e0eee44b04
b2sums = 24cb2303a6d3fdac0967c6c925bb49113cc317aa03524b024e9131180bdcd7f6dd812d0e2ebfe157f0331e366b0284c972cc1b2b780960af38365c7d70fa078c

Expand Down
4 changes: 2 additions & 2 deletions python-tweedledum/PKGBUILD
Expand Up @@ -2,7 +2,7 @@
_pkgname=tweedledum
pkgname=python-${_pkgname}
pkgver=1.1.1
pkgrel=2
pkgrel=3
pkgdesc="A library for synthesizing and manipulating quantum circuits"
arch=('x86_64')
url="https://github.com/boschmitt/tweedledum"
Expand All @@ -17,7 +17,7 @@ makedepends=(
)
source=(
"${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
"fix-build.patch::https://github.com/boschmitt/tweedledum/pull/170.patch"
"fix-build.patch" # https://github.com/boschmitt/tweedledum/pull/170.patch
)
b2sums=(
'99da09829a70a316fdc582929bfe8ca5d805f0a7a6f049da3951c57c5e4bec24343a1021020e8d00791683ab5c140647d78ee0dde5dac95370b648e0eee44b04'
Expand Down

0 comments on commit 03f29bc

Please sign in to comment.