Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 3 years ago
parent
commit
2e80942904
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

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