summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2016-11-23 23:55:33 -0500
committerDaniel Chen2016-11-23 23:55:33 -0500
commit2219751f544314d5aeb619c4f4b1d42d6a2057b3 (patch)
tree2b2f04f8b2f6cd75ee3edbace0ddfd0353319279
parenta3f28a65e9a2472eb654ada5d53db924445d64da (diff)
downloadaur-2219751f544314d5aeb619c4f4b1d42d6a2057b3.tar.gz
data.tar.gz is data.tar.xz
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4023778c2b66..60af96eb6750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 04:45:00 UTC 2016
+# Thu Nov 24 04:54:41 UTC 2016
pkgbase = rodeo
pkgdesc = A data science IDE for Python
pkgver = 2.4.10
diff --git a/PKGBUILD b/PKGBUILD
index 197f1ff16bae..07f8f7af8859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rodeo
pkgver=2.4.10
-pkgrel=2
+pkgrel=3
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
arch=('x86_64')
@@ -19,7 +19,7 @@ build() {
cd "${srcdir}"
# bsdtar should be used, instead of tar, as makepkg uses it to decompress
# archives, so it's automatically available
- bsdtar -xf data.tar.gz
+ bsdtar -xf data.tar.xz
}
package() {