summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Little2020-11-22 18:09:19 -0500
committerBrandon Little2020-11-22 18:09:19 -0500
commit7f296337fbe334004d18d810e9c2ea73630f916c (patch)
treee207f4e28b153374bc23431226f4c17ee3cbefc0
parent11deb5a3cf44f93ab2a04fe08349610354ae9bc4 (diff)
downloadaur-7f296337fbe334004d18d810e9c2ea73630f916c.tar.gz
updated license, depends, and md5sum
thanks to SZanko <https://aur.archlinux.org/account/SZanko> for these changes license appears to be ISC, so it was changed from no license to that added cpio dependency, since it's used in the ssg5 script added an md5sum checksum for the ssg5 script
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42159bb71064..d0664ead39f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ssg5
pkgdesc = static site generator written on POSIX shell
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://www.romanzolotarev.com
arch = any
- license = custom
+ license = ISC
+ depends = cpio
source = https://www.romanzolotarev.com/bin/ssg5
- md5sums = SKIP
+ md5sums = abf6c59327e7649a85cffaf95b904def
pkgname = ssg5
diff --git a/PKGBUILD b/PKGBUILD
index 6ca65ee064a8..8d9b0bd811aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Brandon 'Inco' Little <drinco@posteo.net>
pkgname=ssg5
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='static site generator written on POSIX shell'
arch=('any')
-license=('custom')
+license=('ISC')
+depends=('cpio')
url=https://www.romanzolotarev.com
-md5sums=('SKIP')
+md5sums=('abf6c59327e7649a85cffaf95b904def')
source=($url/bin/ssg5)
build() {