summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXichen Zhou2021-05-17 09:14:54 +0800
committerXichen Zhou2021-05-17 09:14:54 +0800
commit32f495ec6f3beb6b70bc1184db7c545a4c052cdb (patch)
tree2e32c97088b534137e8e34f893cd93926f605de7
parent2e7b0daf669330e7d3d75fd9a5ea8b79f06dcd84 (diff)
downloadaur-32f495ec6f3beb6b70bc1184db7c545a4c052cdb.tar.gz
version 0.3.1
Signed-off-by: Xichen Zhou <xeechou@xzhou.net>
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b070eb18c017..1aa3b593f0b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = taiwins
pkgdesc = Tiling and floating wayland window manager focused on speed and size
- pkgver = 0.3
+ pkgver = 0.3.1
pkgrel = 1
url = https://taiwins.org
arch = x86_64
@@ -30,10 +30,10 @@ pkgbase = taiwins
provides = taiwins
conflicts = taiwins
conflicts = taiwins-git
- source = https://github.com/taiwins/taiwins/releases/download/v0.3/taiwins-0.3.tar.gz
- source = https://github.com/taiwins/taiwins/releases/download/v0.3/taiwins-0.3.tar.gz.sig
+ source = https://github.com/taiwins/taiwins/releases/download/v0.3.1/taiwins-0.3.1.tar.gz
+ source = https://github.com/taiwins/taiwins/releases/download/v0.3.1/taiwins-0.3.1.tar.gz.sig
validpgpkeys = A9C874AAE5654786A694114A041BB7CB35A212C3
- md5sums = 1f55d0ee7cacb6cc18905c2df17a343a
+ md5sums = e28ec8ec3fce49e40a1f04a70685eed4
md5sums = SKIP
pkgname = taiwins
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6e5c65335213
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+taiwins*.zst
+taiwins*.sig
+taiwins*.tar.gz \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index e33b1c6544a0..9356b03119e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=taiwins
_pkgname=taiwins
pkgrel=1
-pkgver=0.3
+pkgver=0.3.1
pkgdesc="Tiling and floating wayland window manager focused on speed and size"
url="https://taiwins.org"
license=('GPL2')
source=("https://github.com/taiwins/taiwins/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('1f55d0ee7cacb6cc18905c2df17a343a' 'SKIP')
+md5sums=('e28ec8ec3fce49e40a1f04a70685eed4' 'SKIP')
arch=('x86_64')
provides=('taiwins')
conflicts=('taiwins' 'taiwins-git')