summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoribrokemypie2018-08-28 20:05:51 +1000
committeribrokemypie2018-08-28 20:05:51 +1000
commitdc38db36b90e21caed6945108cc04695206b67b4 (patch)
tree321cd774368496ff225911771d0d17fdd79605a8
parentbaac1f8f641f33ff3005239b6f147120378df6d5 (diff)
downloadaur-dc38db36b90e21caed6945108cc04695206b67b4.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821c44ebd6cb..0503c34bcb93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eidolon
pkgdesc = Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu.
- pkgver = 1.2.5
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/nicohman/eidolon
arch = any
@@ -9,8 +9,8 @@ pkgbase = eidolon
makedepends = cargo
depends = rofi
conflicts = eidolon-git
- source = https://github.com/nicohman/eidolon/archive/1.2.5.tar.gz
- sha256sums = ff78cb7acb61ad36c620e96aab29acf30b730a669197609141494d624e8fb327
+ source = https://github.com/nicohman/eidolon/archive/1.4.0.tar.gz
+ sha256sums = 1e19206871d840cbcad67a79bdf75b06396e505fbb2939b657af369ccef86773
pkgname = eidolon
diff --git a/PKGBUILD b/PKGBUILD
index aa5d4cde40e9..73c48cb9a714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="eidolon"
-pkgver=1.2.5
+pkgver=1.4.0
pkgrel=1
pkgdesc="Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu."
arch=('any')
@@ -9,7 +9,7 @@ makedepends=(rust cargo)
depends=(rofi)
conflicts=(eidolon-git)
source=("https://github.com/nicohman/eidolon/archive/${pkgver}.tar.gz")
-sha256sums=('ff78cb7acb61ad36c620e96aab29acf30b730a669197609141494d624e8fb327')
+sha256sums=('1e19206871d840cbcad67a79bdf75b06396e505fbb2939b657af369ccef86773')
package() {
cd ${pkgname}-${pkgver}