diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = gepetto-viewer pkgdesc = Graphical Interface for Pinocchio and HPP. pkgver = 4.11.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/gepetto/gepetto-viewer arch = i686 arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = gepetto-viewer optdepends = openscenegraph-dae: load DAE files source = https://github.com/gepetto/gepetto-viewer/releases/download/v4.11.0/gepetto-viewer-4.11.0.tar.gz source = https://github.com/gepetto/gepetto-viewer/releases/download/v4.11.0/gepetto-viewer-4.11.0.tar.gz.sig - validpgpkeys = 9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28, + validpgpkeys = 9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28 validpgpkeys = A031AD35058955293D54DECEC45D22EF408328AD sha256sums = SKIP sha256sums = SKIP @@ -2,7 +2,7 @@ pkgname=gepetto-viewer pkgver=4.11.0 -pkgrel=3 +pkgrel=4 pkgdesc="Graphical Interface for Pinocchio and HPP." arch=('i686' 'x86_64') url="https://github.com/gepetto/$pkgname" @@ -12,7 +12,7 @@ makedepends=('cmake' 'boost' 'urdfdom') optdepends=('openscenegraph-dae: load DAE files') source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.sig}) sha256sums=('SKIP' 'SKIP') -validpgpkeys=('9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28', 'A031AD35058955293D54DECEC45D22EF408328AD') +validpgpkeys=('9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28' 'A031AD35058955293D54DECEC45D22EF408328AD') build() { cd "$pkgname-$pkgver" |