Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit b2c6016

Browse files
committed
upgpkg: python-smmap 1:3.0.5-1: Upgrade to 3.0.5.
Switch to current signing key in use by upstream. gitpython-developers/smmap#45 Analoguous to python-gitpython a hardware failure forced the use of a new key: gitpython-developers/GitPython#1055 git-svn-id: file:///srv/repos/svn-community/svn@829687 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 0bee8b1 commit b2c6016

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: python-smmap/trunk/PKGBUILD

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
_name=smmap
77
pkgname=python-smmap
8-
pkgver=3.0.4
9-
pkgrel=3
8+
pkgver=3.0.5
9+
pkgrel=1
1010
epoch=1
1111
pkgdesc="A pure git implementation of a sliding window memory map manager"
1212
arch=('any')
@@ -16,9 +16,11 @@ depends=('python')
1616
makedepends=('python-setuptools')
1717
checkdepends=('python-pytest')
1818
source=("https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
19-
sha512sums=('da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe'
19+
sha512sums=('82d0167ba439164b5b9e6ca6081558b7f32af364f7935aa40500b34ca80e0fcf8d014e53eb2963e189d28ef18c8dd48da0b515392d149608fc3179fae3f69ee1'
2020
'SKIP')
21-
validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!) <[email protected]>
21+
b2sums=('ccc36c33e9239f69a41eff291dcde7e455a84d886c2b087464b1b084ad8506b9d0f862b083635d51465089564edbd27ed0b7c9c5a0d1e58605b3db6f84dea857'
22+
'SKIP')
23+
validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel (In Rust I trust!) <[email protected]>
2224

2325
prepare() {
2426
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -38,7 +40,6 @@ package() {
3840
cd "${pkgname}-${pkgver}"
3941
python setup.py install --skip-build \
4042
--optimize=1 \
41-
--prefix=/usr \
4243
--root="${pkgdir}"
4344
install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
4445
install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"

0 commit comments

Comments
 (0)