diff --git a/volume_key/.signature b/volume_key/.signature index 8a5e1d0df..277589e6f 100644 --- a/volume_key/.signature +++ b/volume_key/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35U68ykEBqWZSl9YldFGg5cm6bzDe42casbdS8E9BgImK4HUb55hB+iMjgIwsgzGAJMEbeq5gxx4IfOZ2hqwPgg= -SHA256 (Pkgfile) = c397ee5c25b0334cb4e21fd6e9944f3670fefa709805dcc6f6982c47e80f5c5d +RWSagIOpLGJF32f073f1UqGW3E3YjGjFUTLYvEqjewzXFrU4EkjBD7I9O7i/pkEBLzg9Au82QccurFD9t23bMIXEgDD8MMKbGAc= +SHA256 (Pkgfile) = 4ff98a4fe551dcc34dadf0c97eb6821c94e08a0443821c8ae59d249b34f4f198 SHA256 (.footprint) = d79ab5288afaf8bb197915878a4531422e9bf4068ab56079c90e5379e51f7c92 SHA256 (volume_key-0.3.12.tar.xz) = 6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd77309b diff --git a/volume_key/Pkgfile b/volume_key/Pkgfile index 4fac44418..8771639b1 100644 --- a/volume_key/Pkgfile +++ b/volume_key/Pkgfile @@ -5,14 +5,24 @@ name=volume_key version=0.3.12 -release=1 +release=2 source=(https://releases.pagure.org/$name/$name-$version.tar.xz) build() { cd $name-$version + + autoreconf -fiv + find . -name ".pyc" -delete + + export CFLAGS+=" $(/usr/bin/python3-config --includes)" + ./configure \ --prefix=/usr \ + --with-python3 \ + --with-python=no \ --disable-nls + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make make DESTDIR=$PKG install }