Parcourir la source

Update 'PKGBUILD'

Nathaniel van Diepen il y a 4 ans
Parent
commit
2242bc4cb9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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')