summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Gario2016-05-16 20:49:00 +0200
committerAlessandro Gario2016-05-16 20:49:47 +0200
commit8b665dbbcaf288beb9d3d1b1f38e636cf17503e8 (patch)
treec7d0cd87a8216b1899047705eae64f3ff0d8bab2
parent79ac13d396b8bc5871471cfc26e63117dd4efa0c (diff)
downloadaur-8b665dbbcaf288beb9d3d1b1f38e636cf17503e8.tar.gz
Fixed a typo in the download URL of the Python library.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd71b79db740..d9d9a5780cc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = cerbero-profiler
depends = coreutils
depends = binutils
provides = cerbero-profiler
- noextract = libpython3.4_3.4.0-2ubuntu1.1_amd64.deb
+ noextract = libpython3.4_3.4.3-1ubuntu1~14.04.3_amd64.deb
noextract = libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb
source = https://store.cerbero.io/static/downloads/profiler/profiler_2.6.0.tar.gz
source = http://mirrors.kernel.org/ubuntu/pool/main/p/python3.4/libpython3.4_3.4.3-1ubuntu1~14.04.3_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index c23c5778cadf..05d5823a4cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ provides=('cerbero-profiler')
# release tarball and external dependencies...
source=("https://store.cerbero.io/static/downloads/profiler/profiler_${pkgver}.tar.gz" 'http://mirrors.kernel.org/ubuntu/pool/main/p/python3.4/libpython3.4_3.4.3-1ubuntu1~14.04.3_amd64.deb' 'http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb')
-noextract=('libpython3.4_3.4.0-2ubuntu1.1_amd64.deb' 'libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb')
+noextract=('libpython3.4_3.4.3-1ubuntu1~14.04.3_amd64.deb' 'libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb')
#
# this is where the sha1 hashes were obtained:
@@ -27,8 +27,8 @@ prepare() {
# we have to manually extract our two external dependencies since
# they both contain files with the same names
- echo "Extracting: libpython3.4_3.4.0-2ubuntu1.1_amd64.deb"
- ar vx libpython3.4_3.4.0-2ubuntu1.1_amd64.deb >> /dev/null 2>&1
+ echo "Extracting: libpython3.4_3.4.3-1ubuntu1~14.04.3_amd64.deb"
+ ar vx libpython3.4_3.4.3-1ubuntu1~14.04.3_amd64.deb >> /dev/null 2>&1
tar xf data.tar.xz >> /dev/null 2>&1
echo "Extracting: libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb"