summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornullgemm2020-11-11 13:09:10 +0100
committernullgemm2020-11-11 13:09:10 +0100
commitd0e73372d3b104593bbbae9bc7357f2d9d5dfdeb (patch)
tree0f91d93843d8a7f70a58272f097f550cd2a17138
parent7f937d232ccfb581a8fbc455cafb179f6f5d1c4d (diff)
downloadaur-microstorm.tar.gz
update to v0.2.0
-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() {