summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorl422020-09-14 12:59:37 +0500
committerl422020-09-14 12:59:37 +0500
commitcff0a3530757de712cca95235cf6470a88d4a4b9 (patch)
treedaf65d6168e7781adaf0f92e4758b81ca05f22a0
parent10a54bd161ccf384989a708c3a0cb12f386bccc1 (diff)
downloadaur-cff0a3530757de712cca95235cf6470a88d4a4b9.tar.gz
Update to version 1.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61c545d43fa5..7c5e09db3e1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stretchly-bin
- pkgdesc = Break time reminder app
- pkgver = 1.0.0
- pkgrel = 5
+ pkgdesc = The break time reminder app
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/hovancik/stretchly/
install = Stretchly.install
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = stretchly-bin
depends = libappindicator-gtk3
provides = stretchly
conflicts = stretchly
- source = https://github.com/hovancik/stretchly/releases/download/v1.0.0/Stretchly-1.0.0.pacman
- source = LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/v1.0.0/LICENSE
- sha256sums = 368b077ff202f61bef22dbc3ab907420177c1d5c3ac094a72883232c47ae72d2
+ source = https://github.com/hovancik/stretchly/releases/download/v1.1.0/Stretchly-1.1.0.pacman
+ source = LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/v1.1.0/LICENSE
+ sha256sums = ccbd8423752cc9fae635e7470a95b606326e00939be2a737befa9a09769cdb79
sha256sums = d4262f71a6c02b19bdbdf760033803c0c7ca24acf2591ba425633f7e3315790a
pkgname = stretchly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 41fa67c2fef1..784e446382dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: l42 <i at tfwno dot gf>
pkgname=stretchly-bin
_pkgname=Stretchly
-pkgver=1.0.0
-pkgrel=5
-_rlsver=v1.0.0
-pkgdesc="Break time reminder app"
+pkgver=1.1.0
+pkgrel=1
+_rlsver=v1.1.0
+pkgdesc="The break time reminder app"
arch=('x86_64')
url="https://github.com/hovancik/stretchly/"
license=('BSD')
@@ -16,7 +16,7 @@ source=(
"https://github.com/hovancik/stretchly/releases/download/$_rlsver/$_pkgname-$pkgver.pacman"
"LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/$_rlsver/LICENSE"
)
-sha256sums=('368b077ff202f61bef22dbc3ab907420177c1d5c3ac094a72883232c47ae72d2'
+sha256sums=('ccbd8423752cc9fae635e7470a95b606326e00939be2a737befa9a09769cdb79'
'd4262f71a6c02b19bdbdf760033803c0c7ca24acf2591ba425633f7e3315790a')
package() {