summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Toloza2019-03-26 13:22:08 -0500
committerEduard Toloza2019-03-26 13:22:08 -0500
commitb93e2f403401fa68ff32c5751795a19f6bf926cb (patch)
tree10058971076d29147282b9c7654a8dcfecacab9b
parentb76493e1c8d528e83fa16a4600e7ad782426b684 (diff)
downloadaur-b93e2f403401fa68ff32c5751795a19f6bf926cb.tar.gz
Fix systemd service
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--upcheck.install4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37a0013066d..c7060b6171dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upcheck
pkgdesc = Checker for ArchLinux available updates and send it via notify-rust.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/edu4rdshl/upcheck
install = upcheck.install
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = upcheck
depends = pacman-contrib
source = https://gitlab.com/edu4rdshl/upcheck/-/archive/0.1.0/upcheck-0.1.0.tar.gz
source = upcheck.install
- sha256sums = 299F590D967CD98A1E658D6CD4226B1D37B9A5DFF8CABBB5D00BC09072D61C28
- sha256sums = SKIP
+ sha512sums = 1c33f8b005b19ed2c0ef6229cafe3aec348a1b1a6d24057eae71ffe6c4e180f33975a84d4c8293f3f8291bd8817a03003c712ba3062c99375e8703023dcb9c86
+ sha512sums = SKIP
pkgname = upcheck
diff --git a/PKGBUILD b/PKGBUILD
index 147ddba45fd0..653263868f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=upcheck
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Checker for ArchLinux available updates and send it via notify-rust.'
arch=('x86_64')
url="https://gitlab.com/edu4rdshl/upcheck"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('pacman-contrib')
source=("https://gitlab.com/edu4rdshl/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"$pkgname.install")
-sha256sums=('299F590D967CD98A1E658D6CD4226B1D37B9A5DFF8CABBB5D00BC09072D61C28'
+sha512sums=('1c33f8b005b19ed2c0ef6229cafe3aec348a1b1a6d24057eae71ffe6c4e180f33975a84d4c8293f3f8291bd8817a03003c712ba3062c99375e8703023dcb9c86'
'SKIP')
install="$pkgname.install"
diff --git a/upcheck.install b/upcheck.install
index 2cc00bb3da6f..d18e30698a18 100644
--- a/upcheck.install
+++ b/upcheck.install
@@ -1,3 +1,3 @@
post_install () {
- echo "To get it working, you need to enable the upcheck.timer unit via systemd."
-} \ No newline at end of file
+ echo ">> To get upcheck working automatically, you need to enable the upcheck.timer unit via systemd."
+}