summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-06-06 19:56:32 +0600
committerMubashshir2020-06-06 19:56:32 +0600
commitcb910a6981d3cdbb64586f052edd4961a378c545 (patch)
tree00960528ca2f3e33d83379e8ce850b0a571909ff
parent2ab6c318100924e357ebc40d6c59d5a2b139112a (diff)
downloadaur-cb910a6981d3cdbb64586f052edd4961a378c545.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ca7c87f35eb..ae1505964d32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,22 @@
pkgbase = update-notifier-service
pkgdesc = Update notifier systemd user service and timer
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
install = update-notifier.install
arch = any
license = GPL
+ depends = systemd
+ depends = sed
source = update-notifier.service
source = update-notifier.timer
source = update-notifier.hook
validpgpkeys = 916961EE198832DD70B628B356DB0538F60D951C
sha256sums = 77860876f3dd1de8da0db947e10c0caa868bad1de487b2c06d13a7fcfd446b93
sha256sums = eab72cc565c6bb1a594256c9efa6debe2551a03965be989108f950bde83158e4
- sha256sums = f89c27a3f65b3ce08431d6c6d601114d80264f50604dd1fe27acbfb7dd575f7b
+ sha256sums = 911fbad2abaeda9b20508a155404b240cef9fda6db06f8523da5ddf7c520adf2
pkgname = update-notifier-service
+ depends = systemd
+ depends = sed
+ depends = update-notifier
diff --git a/PKGBUILD b/PKGBUILD
index 3b7e97188e0e..f111daa6ea12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
pkgname=update-notifier-service
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Update notifier systemd user service and timer"
arch=('any')
license=('GPL')
install=update-notifier.install
-depends=('update-notifier')
+depends=('systemd' 'sed')
+makedepends=()
source=(
'update-notifier.service'
'update-notifier.timer'
@@ -18,6 +19,7 @@ sha256sums=('77860876f3dd1de8da0db947e10c0caa868bad1de487b2c06d13a7fcfd446b93'
validpgpkeys=('916961EE198832DD70B628B356DB0538F60D951C')
package() {
+ depends+=('update-notifier')
install -Dm 644 update-notifier.service "$pkgdir/usr/lib/systemd/user/update-notifier.service"
install -Dm 644 update-notifier.timer "$pkgdir/usr/lib/systemd/user/update-notifier.timer"
install -Dm 644 update-notifier.hook "$pkgdir/usr/share/libalpm/hooks/update-notifier.hook"