From b68e22f71923f7e0eeae0a4cb973ac5153920c82 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 7 Nov 2020 23:39:57 +0200 Subject: [PATCH] lol turns out the bruhtesting package script was not executable, lets try testing again --- bruhtesting/package | 2 +- bruhtesting/payload/usr/bin/hellooo | 0 testingpackage/package | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bruhtesting/package mode change 100644 => 100755 bruhtesting/payload/usr/bin/hellooo diff --git a/bruhtesting/package b/bruhtesting/package old mode 100644 new mode 100755 index f2f9013..23e1c3b --- a/bruhtesting/package +++ b/bruhtesting/package @@ -1,5 +1,5 @@ AL_PKG_CONFIG_DEPLOY=true -AL_PKG_CONFIG_VER="0.3" +AL_PKG_CONFIG_VER="0.4" AL_PKG_CONFIG_NAME="bruhtesting" AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file diff --git a/bruhtesting/payload/usr/bin/hellooo b/bruhtesting/payload/usr/bin/hellooo old mode 100644 new mode 100755 diff --git a/testingpackage/package b/testingpackage/package index 816cb32..b3c21d4 100755 --- a/testingpackage/package +++ b/testingpackage/package @@ -1,5 +1,5 @@ AL_PKG_CONFIG_DEPLOY=true -AL_PKG_CONFIG_VER="0.5" +AL_PKG_CONFIG_VER="0.6" AL_PKG_CONFIG_NAME="testingpackage" AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file