summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8665b9b58257..a25eb1ec7d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = writeas-gtk
pkgdesc = Write.as GTK desktop app
- pkgver = 1.0.6
+ pkgver = 1.0.2
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 = writeas-gtk-1.0.6.tar.gz::https://github.com/writeas/writeas-gtk/archive/v1.0.6.tar.gz
- sha256sums = 32e515692807c640825b4ba05328b30b4a52b62232f9e6b3a05d65254e19b0a6
+ source = writeas-gtk-1.0.2.tar.gz::https://code.as/writeas/writeas-gtk/archive/v1.0.2.tar.gz
+ sha256sums = 7c7f43fc322de74af4ce0cce06859ac9964dd1bc89b0f5479de1181004e4066c
pkgname = writeas-gtk
diff --git a/.gitignore b/.gitignore
index b53c6dff1211..13ebca0ec59c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
pkg/
src/
-*.zip
-*.tar.xz
+*.tar
*.tar.gz
+*.tar.xz
+*.tar.zstd
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 2f6314ace47a..6679dcdd62df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Whited <sam@samwhited.com>
pkgname=writeas-gtk
-pkgver=1.0.6
+pkgver=1.0.2
pkgrel=1
pkgdesc='Write.as GTK desktop app'
arch=('x86_64')
@@ -18,8 +18,8 @@ makedepends=(
optdepends=(
'writeas-cli: web publishing support'
)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/writeas/writeas-gtk/archive/v${pkgver}.tar.gz")
-sha256sums=('32e515692807c640825b4ba05328b30b4a52b62232f9e6b3a05d65254e19b0a6')
+source=("${pkgname}-${pkgver}.tar.gz::https://code.as/writeas/writeas-gtk/archive/v${pkgver}.tar.gz")
+sha256sums=('7c7f43fc322de74af4ce0cce06859ac9964dd1bc89b0f5479de1181004e4066c')
prepare() {
# The build was failing across versions of meson, so always clean build.