summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-13 20:59:07 -0400
committerAndy Weidenbaum2018-08-13 20:59:07 -0400
commitab78631327e453878403fe96ddaa62a4fb107f76 (patch)
treef817c7866a5aa903431e46e546275614b29eb0b1
parent4020afe5b001ffa35873d2cf3f936e029ed0bdcd (diff)
downloadaur-tty-no-cursor-blink.tar.gz
update pkgver to 0.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f7040798c77..1cc7b07297f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Jul 10 06:57:25 UTC 2016
pkgbase = tty-no-cursor-blink
pkgdesc = Disable blinking cursor in Linux tty
- pkgver = 0.0.2
+ pkgver = 0.1.0
pkgrel = 1
url = https://github.com/atweiden/tty-no-cursor-blink
arch = any
license = UNLICENSE
depends = systemd
- source = tty-no-cursor-blink-0.0.2.tar.gz::https://codeload.github.com/atweiden/tty-no-cursor-blink/tar.gz/0.0.2
- sha256sums = 8ca08d05f57af72b4f850e642769f5406401b7ef2600c631431144104a4f0752
+ source = https://github.com/atweiden/tty-no-cursor-blink/releases/download/0.1.0/tty-no-cursor-blink-0.1.0.tar.gz
+ sha256sums = f591a917d72c7da1b6f494e122a64e96fdfb2a6eaf3e76a9f4e2a80c24fc3a9d
pkgname = tty-no-cursor-blink
diff --git a/PKGBUILD b/PKGBUILD
index e951a9c263f2..813df699783b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=tty-no-cursor-blink
-pkgver=0.0.2
+pkgver=0.1.0
pkgrel=1
pkgdesc="Disable blinking cursor in Linux tty"
arch=('any')
depends=('systemd')
url="https://github.com/atweiden/tty-no-cursor-blink"
license=('UNLICENSE')
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/atweiden/$pkgname/tar.gz/$pkgver)
-sha256sums=('8ca08d05f57af72b4f850e642769f5406401b7ef2600c631431144104a4f0752')
+source=(https://github.com/atweiden/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f591a917d72c7da1b6f494e122a64e96fdfb2a6eaf3e76a9f4e2a80c24fc3a9d')
package() {
cd "$srcdir/$pkgname-$pkgver"
msg2 'Installing...'
- install -Dm 644 tty-no-cursor-blink.conf -t "$pkgdir/etc/tmpfiles.d"
+ install -Dm 644 systemd/tty-no-cursor-blink.conf -t "$pkgdir/etc/tmpfiles.d"
}