diff --git a/testingpackage/package b/testingpackage/package index f430bd1..c944aa4 100755 --- a/testingpackage/package +++ b/testingpackage/package @@ -1,5 +1,5 @@ AL_PKG_CONFIG_DEPLOY=true -AL_PKG_CONFIG_VER="0.1" +AL_PKG_CONFIG_VER="0.2" AL_PKG_CONFIG_NAME="testingpackage" AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_DEPENDS="" \ No newline at end of file diff --git a/testingpackage/payload/usr/bin/helloworld b/testingpackage/payload/usr/bin/helloworld index d31c52f..e9151a5 100755 --- a/testingpackage/payload/usr/bin/helloworld +++ b/testingpackage/payload/usr/bin/helloworld @@ -1 +1 @@ -echo "based" \ No newline at end of file +echo "based 2" \ No newline at end of file