[arch-commits] Commit in patroneo/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jul 14 16:39:10 UTC 2019


    Date: Sunday, July 14, 2019 @ 16:39:09
  Author: dvzrv
Revision: 489530

upgpkg: patroneo 1.3-1

Upgrading to 1.3. Moving non-session-manager to optdepends and removing now unnecessary fix for executable stack (nuitka fixed this upstream).

Modified:
  patroneo/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-14 16:36:49 UTC (rev 489529)
+++ PKGBUILD	2019-07-14 16:39:09 UTC (rev 489530)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 
 pkgname=patroneo
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="An easy to use pattern based midi sequencer"
 arch=('x86_64')
@@ -8,21 +8,16 @@
 url="https://www.laborejo.org/fluajho.git/"
 license=('GPL3')
 groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'non-session-manager' 'python-pyqt5'
-'ttf-dejavu')
-makedepends=('nuitka')
-#optdepends=('non-session-manager: Session management')
+depends=('hicolor-icon-theme' 'jack' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('nuitka' 'chrpath')
+optdepends=('non-session-manager: Session management')
 source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('9a7e655aab84521b4e52547197f320979e05c8c9c618e0ce71d75c87bc0a9fed88e2633cfb3830ccb27c695dbc1cded1e014a31eb5891fc791cfd2a38b62c0f3'
+sha512sums=('e813f0f459961773aa917fb466420e2c23b079055cd34b612aea781fba4b3e4373ed0bfd5d1e1a1bc293941bb3b9e533dbdddd25aebd033e4eabcbf3a401d4f7'
             'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
 
 build() {
   cd "$pkgname-$pkgver"
-  # making sure, that the resulting binary doesn't have executable stack
-  # this is a known problem with current nuitka:
-  # https://www.freelists.org/post/nuitka-dev/Nuitka-compiles-with-executable-stack-which-is-a-security-risk
-  export LDFLAGS+=",-z,noexecstack"
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list