mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libevent: fix update-checka and do small cleanup.
This commit is contained in:
parent
d2d3fb5b78
commit
6065f3a1af
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ makedepends="openssl-devel"
|
||||||
short_desc="Abstract asynchronous event notification library"
|
short_desc="Abstract asynchronous event notification library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://libevent.org/"
|
homepage="https://libevent.org/"
|
||||||
distfiles="https://github.com/libevent/libevent/releases/download/release-${version}-stable/libevent-${version}-stable.tar.gz"
|
distfiles="https://github.com/libevent/libevent/releases/download/release-${version}-stable/libevent-${version}-stable.tar.gz"
|
||||||
checksum=92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
checksum=92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
||||||
python_version=3
|
python_version=3
|
||||||
|
@ -23,7 +23,7 @@ libevent-devel_package() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
pattern="release-\K[\d.]+"
|
pattern="release-\K[\d.]+(?=-stable)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue