Skip to content
Snippets Groups Projects
Verified Commit 691fcc2d authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 0.6.6-1: Update to 0.6.6

parent 9283a4f7
No related branches found
Tags 0.6.6-1
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = pycosat
pkgdesc = Python bindings to picosat (a SAT solver)
pkgver = 0.6.6
pkgrel = 1
url = https://github.com/conda/pycosat
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = glibc
depends = python
source = https://github.com/conda/pycosat/archive/0.6.6/pycosat-0.6.6.tar.gz
sha256sums = b0014986321e77a36d8fe24827698aae076500c817133a700608bd677b77a998
pkgname = python-pycosat
......@@ -3,22 +3,20 @@
pkgbase=pycosat
pkgname=(python-pycosat)
pkgver=0.6.4
pkgrel=3
pkgver=0.6.6
pkgrel=1
arch=(x86_64)
url="https://github.com/conda/pycosat"
pkgdesc="Python bindings to picosat (a SAT solver)"
url='https://github.com/conda/pycosat'
pkgdesc='Python bindings to picosat (a SAT solver)'
license=(MIT)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(https://github.com/conda/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz
https://github.com/conda/pycosat/commit/537448e4.patch)
sha256sums=('79ffa99156810e58876dd6374af0b7bff88f9a4580ca8b8468c414c5c2454bb8'
'8fd2ca7b7385f7514a63cb99e2512f4dd3b0e38acc854ec46f9ec7fc2fe165a4')
prepare() {
patch -d $pkgbase-$pkgver -p1 < 537448e4.patch # Fix memory leak
}
depends=(glibc
python)
makedepends=(python-build
python-installer
python-setuptools
python-wheel)
source=(https://github.com/conda/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
sha256sums=('b0014986321e77a36d8fe24827698aae076500c817133a700608bd677b77a998')
build() {
cd $pkgbase-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment