summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2023-11-03 20:10:33 +0100
committerMichael Schubert2023-11-03 20:10:33 +0100
commitf6b04114482750cf78210d16d1cf6bde63897f93 (patch)
tree1de5e24a12eeb09c699734e734347e92b7f1e640
parentf8f7581dacb7b918c13929018b16a96c6b740cde (diff)
downloadaur-f6b04114482750cf78210d16d1cf6bde63897f93.tar.gz
fix merge error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f65258870995..3cc12ed0c664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-rchitect
depends = r>3.4.0
depends = python-cffi>=1.10.0
depends = python-six>=1.9.0
- source = https://files.pythonhosted.org/packages/source///-0.4.4.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/rchitect/rchitect-0.4.4.tar.gz
sha256sums = 8762b47d8636774582c906891e5b0ec66ca4d48327fb7abf7db7d85d2c137df5
pkgname = python-rchitect
diff --git a/PKGBUILD b/PKGBUILD
index cc2b00c8f1dc..9f96d34467ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=python-rchitect
+_name=${pkgname#python-}
pkgver=0.4.4
pkgrel=1
pkgdesc="Minimal R API for Python"