summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyanJMC2021-06-26 19:49:37 -0300
committerShyanJMC2021-06-26 19:49:37 -0300
commitf194138a4cd6dd69397d75b1231bd3531d6da1ec (patch)
tree987490a3887df443eea289277d2a4847f8e01d05
parent15f0500f6c3de34acad3dc1810f781f8e0a90d53 (diff)
downloadaur-f194138a4cd6dd69397d75b1231bd3531d6da1ec.tar.gz
Update.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91e5ceb5ac5e..ffa81a405ef8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openrc-init_scripts
pkgdesc = A compilation of init scripts for OpenRC sysinit.
- pkgver = 1.0
+ pkgver = 1.2
pkgrel = 1
url = https://shyanjmc.com
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9e5d413b5b2a..a74c185eda10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joaquin "ShyanJMC" Crespo <joaquincrespo96@gmail.com> <shyan@shyanjmc.com>
pkgname=openrc-init_scripts
-pkgver=1.0
+pkgver=1.2
pkgrel=1
pkgdesc="A compilation of init scripts for OpenRC sysinit."
arch=('any')
@@ -13,5 +13,5 @@ sha256sums=('SKIP')
package(){
mkdir -p $pkgdir/etc/init.d/
- cp cupsd.initd $pkgdir/etc/init.d/
+ cp cupsd.initd boinc.initd $pkgdir/etc/init.d/
}