summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b26dbcbdfb1c..d1eafb88a527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = microstorm
pkgdesc = minimal cursor theme without shadows
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/nullgemm/cursoryx
arch = i686
arch = x86_64
arch = aarch64
license = custom:WTFPL
makedepends = unzip
- source = https://github.com/nullgemm/cursoryx/releases/download/v0.1.0/microstorm.zip
+ source = https://github.com/nullgemm/cursoryx/releases/download/v0.2.0/microstorm_linux.zip
sha256sums = SKIP
pkgname = microstorm
diff --git a/PKGBUILD b/PKGBUILD
index c162be2aed6a..6d3551e6ca08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: nullgemm <nullgemm@mailbox.org>
pkgname=microstorm
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="minimal cursor theme without shadows"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/nullgemm/cursoryx"
license=('custom:WTFPL')
makedepends=('unzip')
-source=("https://github.com/nullgemm/cursoryx/releases/download/v${pkgver}/${pkgname}.zip")
+source=("https://github.com/nullgemm/cursoryx/releases/download/v${pkgver}/${pkgname}_linux.zip")
sha256sums=('SKIP')
package() {