Browse Source

Update 'PKGBUILD'

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

+ 2 - 2
PKGBUILD

@@ -14,7 +14,7 @@ pkgver() {
 pkgrel=3
 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")
+source=("git+https://github.com/Eeems/system-msg.git" 'LICENSE')
 build() {
         cd "$srcdir/$pkgname"
         make
@@ -24,4 +24,4 @@ package() {
         cd "$srcdir/$pkgname"
         make DESTDIR="${pkgdir}" install
 }
-md5sums=('SKIP')
+md5sums=('SKIP' 'SKIP')