diff options
author | Sam Whited | 2020-01-06 13:28:03 -0500 |
---|---|---|
committer | Sam Whited | 2020-01-06 13:28:17 -0500 |
commit | a2dbee13b141ba1a7c76e3c5b2a0b41384603f82 (patch) | |
tree | 7e742aa49d08e13dc39d5e9358c78c135f898896 | |
parent | 465500f192d92e374b92bcf4103742ee264a9e4a (diff) | |
download | aur-a2dbee13b141ba1a7c76e3c5b2a0b41384603f82.tar.gz |
Bump to v1.0.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = writeas-gtk pkgdesc = Write.as GTK desktop app - pkgver = 1.0.2 + pkgver = 1.0.6 pkgrel = 1 url = https://write.as/apps/desktop arch = x86_64 @@ -10,8 +10,8 @@ pkgbase = writeas-gtk makedepends = vala depends = gtksourceview3 optdepends = writeas-cli: web publishing support - source = https://code.as/writeas/writeas-gtk/archive/v1.0.2.tar.gz - sha256sums = 7c7f43fc322de74af4ce0cce06859ac9964dd1bc89b0f5479de1181004e4066c + source = writeas-gtk-1.0.6.tar.gz::https://github.com/writeas/writeas-gtk/archive/v1.0.6.tar.gz + sha256sums = 32e515692807c640825b4ba05328b30b4a52b62232f9e6b3a05d65254e19b0a6 pkgname = writeas-gtk @@ -1,7 +1,7 @@ # Maintainer: Sam Whited <sam@samwhited.com> pkgname=writeas-gtk -pkgver=1.0.2 +pkgver=1.0.6 pkgrel=1 pkgdesc='Write.as GTK desktop app' arch=('x86_64') @@ -18,8 +18,8 @@ makedepends=( optdepends=( 'writeas-cli: web publishing support' ) -source=("https://code.as/writeas/writeas-gtk/archive/v${pkgver}.tar.gz") -sha256sums=('7c7f43fc322de74af4ce0cce06859ac9964dd1bc89b0f5479de1181004e4066c') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/writeas/writeas-gtk/archive/v${pkgver}.tar.gz") +sha256sums=('32e515692807c640825b4ba05328b30b4a52b62232f9e6b3a05d65254e19b0a6') prepare() { # The build was failing across versions of meson, so always clean build. |