oblibs: update to 0.1.4.0.
This commit is contained in:
parent
a7e42cba37
commit
bcfa0da175
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'oblibs'
|
||||
pkgname=oblibs
|
||||
version=0.1.3.0
|
||||
version=0.1.4.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
wrksrc="oblibs-v${version}"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps"
|
||||
makedepends="skalibs-devel execline-devel"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Obarun library"
|
|||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="ISC"
|
||||
homepage="https://framagit.org/Obarun/oblibs"
|
||||
distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=40f8ef6ba08cecd467e03a137dad14eba649789049bde10f08b0706a657e970d
|
||||
distfiles="https://framagit.org/Obarun/oblibs/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=0ebb6024b9b2c737b0e065e2d49a98965db116c04caff4289acde332316b781a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue