summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFirstAirBender2021-01-31 23:08:30 -0600
committerFirstAirBender2021-01-31 23:08:30 -0600
commit6bd1c0a47768e43096544ef344d70fb2f3be3e10 (patch)
tree6846b78b49dda402406dbd602aee0375b229db81 /PKGBUILD
parent9e14f79c34e7b5f868734e97d32de767785a6e13 (diff)
downloadaur-6bd1c0a47768e43096544ef344d70fb2f3be3e10.tar.gz
prepare to move exec script into an actual script file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 259b663a2289..85b5d80ce6dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,17 @@
pkgname=systemd-removed-services-hook
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Notifies you of uninstalled systemd services along with the command to disable them'
arch=('any')
url='https://gitlab.com/firstairbender/systemd-removed-services-hook'
license=('Unlicense')
makedepends=('pacutils')
depends=('systemd')
+source=(
+ 'systemd-removed-services.sh'
+)
+sha512sums=('be688838ca8686e5c90689bf2ab585cef1137c999b48c70b92f67a5c34dc15697b5d11c982ed6d71be1e1e7f7b4e0733884aa97c3f7a339a8ed03577cf74be09')
build() {
{