summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-31 15:20:18 -0500
committerVincent Grande2021-01-31 15:20:18 -0500
commitf5d5cb1eac1a8dfd05b6b2ea4301a0093e1bc571 (patch)
treed6cb083d2503092df76ea0cf88c37cd3139ebc6b
parent89356975ae4f8d3cb1d66f00633242b9b80fab95 (diff)
downloadaur-f5d5cb1eac1a8dfd05b6b2ea4301a0093e1bc571.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 378e3297d5f3..83808d3f6322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,8 @@ pkgbase = ananicy-s6
depends = schedtool
source = ananicy.run
source = ananicy.finish
+ source = ananicy.type
+ b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e04897b4c644..ba06e4de3660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,10 @@ license=('ISC')
depends=('ananicy' 's6' 'bash' 'schedtool')
makedepends=('git' 'make')
source=("ananicy.run"
- "ananicy.finish")
+ "ananicy.finish"
+ "ananicy.type")
b2sums=('SKIP'
+ 'SKIP'
'SKIP')
install=$pkgname.install