|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
pkgname=system-msg
|
|
pkgname=system-msg
|
|
pkgver=v2.4.r0.g9aeb780
|
|
pkgver=v2.4.r0.g9aeb780
|
|
-url="https://github.com/Eeems/system-msg"
|
|
+url='https://github.com/Eeems/system-msg'
|
|
pkgver() {
|
|
pkgver() {
|
|
cd "$srcdir/$pkgname"
|
|
cd "$srcdir/$pkgname"
|
|
if git describe --tags > /dev/null 2>&1;then
|
|
if git describe --tags > /dev/null 2>&1;then
|
|
@@ -11,7 +11,7 @@ pkgver() {
|
|
date +%Y%m%d;
|
|
date +%Y%m%d;
|
|
fi;
|
|
fi;
|
|
}
|
|
}
|
|
-pkgrel=3
|
|
+pkgrel=4
|
|
pkgdesc="Allows admins to easily add messages to be displayed at boot without having to edit files."
|
|
pkgdesc="Allows admins to easily add messages to be displayed at boot without having to edit files."
|
|
arch=('any')
|
|
arch=('any')
|
|
source=("git+https://github.com/Eeems/system-msg.git" 'LICENSE')
|
|
source=("git+https://github.com/Eeems/system-msg.git" 'LICENSE')
|