summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9617b57207a9..e09e54fb728e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openrc-init_scripts
pkgdesc = A compilation of init scripts for OpenRC sysinit.
- pkgver = 1.2
+ pkgver = 1.2.2
pkgrel = 1
url = https://shyanjmc.com
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ff6e2307ca36..111c3d94d053 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.2
+pkgver=1.2.2
pkgrel=1
pkgdesc="A compilation of init scripts for OpenRC sysinit."
arch=('any')
@@ -16,6 +16,7 @@ sha256sums=('SKIP'
'SKIP')
package(){
+ chmod +x cupsd.initd boinc.initd
mkdir -p $pkgdir/etc/init.d/
cp cupsd.initd boinc.initd $pkgdir/etc/init.d/
}