mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
radian: auto updated to 0.6.7-1
This commit is contained in:
parent
80b22127cc
commit
64d3ead6bf
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
|
||||
pkgname=radian
|
||||
pkgver=0.6.6
|
||||
pkgver=0.6.7
|
||||
pkgrel=1
|
||||
pkgdesc="A 21 century R console"
|
||||
url="https://github.com/randy3k/radian"
|
||||
|
@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python-pip' 'python-wheel')
|
|||
checkdepends=('python-pytest' 'python-pyte' 'python-pexpect' 'python-ptyprocess')
|
||||
replaces=('rtichoke')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/randy3k/radian/archive/v$pkgver.tar.gz)
|
||||
sha256sums=('14467f9a097fb720af96388be1fdb5da8108cbbf3d59f2f857af498eccdc5858')
|
||||
sha256sums=('b02f67af8909671d1e69742e728e0486946ad9f3949369d13e23344ac297e448')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -29,4 +29,4 @@ package() {
|
|||
cd "$srcdir/$pkgname-$pkgver"
|
||||
python setup.py install --skip-build --prefix=/usr --root="$pkgdir" --optimize=1
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue