summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-08-06 19:15:06 +0100
committerGonçalo Camelo Neves Pereira2018-08-06 19:15:06 +0100
commit1c76b4a8249d65d6d23adffd7c757274536f6b42 (patch)
tree86be9c240899cfe4c7134361eee62cfb9d7b3bea /PKGBUILD
parent83e5897d7300ac20337beb1c95e0d595945b2469 (diff)
downloadaur-1c76b4a8249d65d6d23adffd7c757274536f6b42.tar.gz
Update to 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8ebff5f8c97..f81c9a92b24a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Tim Rakowski <tim.rakowski@gmail.com>
pkgname=ignition-common
-pkgver=1.0.1
+pkgver=1.1.1
pkgrel=2
pkgdesc="A collection of useful classes and functions for handling many command tasks. This includes parsing 3D mesh files, managing console output, and using PID controllers."
arch=('any')
@@ -12,15 +12,15 @@ depends=('ignition-math' 'tinyxml2' 'freeimage' 'libutil-linux' 'gts' 'ffmpeg')
optdepends=()
conflicts=()
source=("https://bitbucket.org/ignitionrobotics/ign-common/get/${pkgname}_${pkgver}.tar.bz2")
-sha256sums=('847b60e0e05a49220607e625546ce032be053bec3da2fe4efbf76d6e0382b5c2')
+sha256sums=('SKIP')
-_dir="ignitionrobotics-ign-common-21fe175fe91c"
+_dir="ignitionrobotics-ign-common-4d7ed1df80b0"
build() {
cd "$srcdir/$_dir"
- sed -i -e 's/CODEC_CAP_TRUNCATED/AV_CODEC_CAP_TRUNCATED/g' src/Video.cc
- sed -i -e 's/CODEC_FLAG_TRUNCATED/AV_CODEC_FLAG_TRUNCATED/g' src/Video.cc
+ # sed -i -e 's/CODEC_CAP_TRUNCATED/AV_CODEC_CAP_TRUNCATED/g' src/Video.cc
+ # sed -i -e 's/CODEC_FLAG_TRUNCATED/AV_CODEC_FLAG_TRUNCATED/g' src/Video.cc
mkdir -p build
cd build