summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:58:16 -0500
committerjwhendy2019-09-15 16:23:14 -0500
commit9a5dafd810d5c8220d806ed8f7fc590cf4de93a1 (patch)
tree70a18ab40c3878a0bf50be7a4bc6edfca9486313 /PKGBUILD
parentb2d3739d887bb9e6f0599afefc094d7d1c2386ee (diff)
downloadaur-9a5dafd810d5c8220d806ed8f7fc590cf4de93a1.tar.gz
fixed source url with unused pkgver_patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36a501304fb6..0e7156b797d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ depends=(
)
_dir="roscpp_core-${pkgver}/roscpp_serialization"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros/roscpp_core/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/roscpp_core/archive/${pkgver}.tar.gz")
sha256sums=('6fb2cfb7ec7db0512cd0e43634328aa6474fc15005e51279d2926d9246f02afc')
build() {