[arch-commits] Commit in xmonk.lv2/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Dec 3 18:10:46 UTC 2019
Date: Tuesday, December 3, 2019 @ 18:10:46
Author: dvzrv
Revision: 534970
upgpkg: xmonk.lv2 0.4-1
Upgrading to 0.4. Removing (now integrated) patch for executable stack and full RELRO.
Modified:
xmonk.lv2/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-03 18:09:57 UTC (rev 534969)
+++ PKGBUILD 2019-12-03 18:10:46 UTC (rev 534970)
@@ -2,7 +2,7 @@
_name=Xmonk
pkgname=xmonk.lv2
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="A LV2 toy"
arch=('x86_64')
@@ -12,16 +12,11 @@
depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
makedepends=('lv2')
checkdepends=('lv2lint' 'sord')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/brummer10/${pkgname}/releases/download/${pkgver}/${_name}_${pkgver}.tar.gz"
- "$pkgname-$pkgver-exec_stack_full_relro.patch::https://github.com/brummer10/Xmonk.lv2/commit/4374b0a34869d441c1c3d234399d85f022575eea.patch")
-sha512sums=('5b111440e53ab7cea576e74de531c2c451147f39f6479db9e7918318e63262b02aeb8a7958fbc10d7e49cf53bb9056c0834a54687f26611d9f7d41861edf90c6'
- '4913fad7defea716cb844e7a18e53ca5639fc390f84adb11600ac0262b5cebcee31e0536d3d5264029f4c2dd220fa48b807894d5ccab66b89b376cb53f8b61af')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/brummer10/${pkgname}/releases/download/${pkgver}/${_name}_${pkgver}.tar.gz")
+sha512sums=('c4dff2b0e5e8d3ac8b1daeec96f1a17466c99a542cc420aa2a0dee55dbd17b72dc7c8c37348b09cc9faf8a0ee67fa1fab566a0472a1960a46268618b06758f9e')
prepare() {
mv -v "${_name}_${pkgver}" "${pkgname}-${pkgver}"
- cd "$pkgname-$pkgver"
- # fixing executable stack and missing full RELRO
- patch -Np1 -i "../$pkgname-$pkgver-exec_stack_full_relro.patch"
}
build() {
More information about the arch-commits
mailing list