summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b9d7f850de..72296b1fa4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = saturnon
pkgdesc = Treeview based file browser
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://gitlab.com/TheDalaiAlpaca/saturnon
arch = any
@@ -14,7 +14,7 @@ pkgbase = saturnon
optdepends = less: for using saturnon to open textfiles
optdepends = vlc: for using saturnon with music.conf
optdepends = dbus: for using saturnon with music.conf
- source = https://gitlab.com/TheDalaiAlpaca/saturnon/-/archive/1.0.0/saturnon-1.0.0.tar.gz
+ source = https://gitlab.com/TheDalaiAlpaca/saturnon/-/archive/1.0.1/saturnon-1.0.1.tar.gz
md5sums = SKIP
pkgname = saturnon
diff --git a/PKGBUILD b/PKGBUILD
index 2499bb6205dd..f9f18edcf3ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="saturnon"
pkgname="$_pkgname"
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Treeview based file browser"
arch=('any')