mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:47:14 +08:00
chrpath: updated to latest version
This commit is contained in:
parent
6c4006258b
commit
af77c07e34
@ -1,17 +1,13 @@
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=chrpath
|
||||
pkgver=0.13
|
||||
pkgver=0.16
|
||||
pkgrel=1
|
||||
pkgdesc="Allows you to modify the dynamic library load path"
|
||||
arch=('x86_64')
|
||||
url="http://directory.fsf.org/project/chrpath/"
|
||||
license=('GPL2')
|
||||
depends=('glibc')
|
||||
source=("http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('b73072a8fbba277558c50364b65bb407')
|
||||
source=("https://alioth.debian.org/frs/download.php/file/3979/${pkgname}-${pkgver}.tar.gz")
|
||||
sha1sums=('174bb38c899229f4c928734b20e730f61191795a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user