summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-04-09 11:21:28 +0200
committerÓscar García Amor2021-04-09 11:21:28 +0200
commit6b1124aa498bdda668aca217ed3c2fa9b2a56860 (patch)
tree16912be3e27b0eb2fa342e56cb96caf263b9bfef
parentc02e467942683f5c200edec7ea12abd73c010f1b (diff)
downloadaur-6b1124aa498bdda668aca217ed3c2fa9b2a56860.tar.gz
upgpkg: timeline 1.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3763cfbefd8..0a5ed1beb9f3 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.6
+ pkgver = 1.7
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.6.tar.gz
+ source = https://github.com/ajdiaz/timeline/archive/1.7.tar.gz
source = timeline.service
- sha256sums = 41c4969d83076f06293daa0bb9f3c0b760ea693ebd1fb84c852c2e10963152c0
+ sha256sums = 63ef34c4f5252ccc711a8efb96419feea8b1657afb2d9c7cf41604f927c4292b
sha256sums = ef063a64b2e38988cf7b7395161351e537e50719f4d77fa3d180e25b911371fd
pkgname = timeline
diff --git a/PKGBUILD b/PKGBUILD
index 2dbbbdb72456..2c12131c9bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=timeline
-pkgver=1.6
+pkgver=1.7
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=('41c4969d83076f06293daa0bb9f3c0b760ea693ebd1fb84c852c2e10963152c0'
+sha256sums=('63ef34c4f5252ccc711a8efb96419feea8b1657afb2d9c7cf41604f927c4292b'
'ef063a64b2e38988cf7b7395161351e537e50719f4d77fa3d180e25b911371fd')
prepare() {