summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-03-21 21:42:10 +0100
committerÓscar García Amor2021-03-21 21:42:10 +0100
commitc02e467942683f5c200edec7ea12abd73c010f1b (patch)
tree08662c88e65c9533b4b2068d0b227e92dae456af
parentb5873b50d9a66607e55461d35c2f0db3f97944a2 (diff)
downloadaur-c02e467942683f5c200edec7ea12abd73c010f1b.tar.gz
upgpkg: timeline 1.6-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd1275b71fa1..e3763cfbefd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timeline
pkgdesc = A plain-text based distributed social network build on top of git configuration manager
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://ajdiaz.me/timeline/
arch = any
@@ -8,9 +8,9 @@ pkgbase = timeline
depends = bash
depends = git
conflicts = timeline-git
- source = https://github.com/ajdiaz/timeline/archive/1.5.tar.gz
+ source = https://github.com/ajdiaz/timeline/archive/1.6.tar.gz
source = timeline.service
- sha256sums = 0b65c3b50b5c3b872380486f492e649c7f80d13ca8327e90103f8e4fc0752a4b
+ sha256sums = 41c4969d83076f06293daa0bb9f3c0b760ea693ebd1fb84c852c2e10963152c0
sha256sums = ef063a64b2e38988cf7b7395161351e537e50719f4d77fa3d180e25b911371fd
pkgname = timeline
diff --git a/PKGBUILD b/PKGBUILD
index d33721ca076d..2dbbbdb72456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=timeline
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="A plain-text based distributed social network build on top of git configuration manager"
arch=('any')
@@ -11,7 +11,7 @@ depends=('bash' 'git')
conflicts=('timeline-git')
source=("https://github.com/ajdiaz/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.service")
-sha256sums=('0b65c3b50b5c3b872380486f492e649c7f80d13ca8327e90103f8e4fc0752a4b'
+sha256sums=('41c4969d83076f06293daa0bb9f3c0b760ea693ebd1fb84c852c2e10963152c0'
'ef063a64b2e38988cf7b7395161351e537e50719f4d77fa3d180e25b911371fd')
prepare() {
@@ -32,7 +32,7 @@ package() {
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
# binary
- install -D -m755 "tl" "${pkgdir}/usr/bin/tl"
+ install -D -m755 "tl" "${pkgdir}/usr/bin/tl"
# docs
install -D -m644 README "${pkgdir}/usr/share/doc/${_pkgname}/README"