summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {