summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfa5ab07f9ba..fbd74e038f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nemo-run-with-nvidia
pkgdesc = Nemo action to run a program with Bumblebee
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 0
url = https://github.com/rapgenic/nemo-run-with-nvidia
arch = any
license = GPL2
depends = nemo
depends = bumblebee
- source = https://github.com/rapgenic/nemo-run-with-nvidia/archive/0.0.3.zip
- md5sums = 161379853e366300a4c2349ffdaa5c79
+ source = https://github.com/rapgenic/nemo-run-with-nvidia/archive/0.0.4.zip
+ md5sums = 31be993d8dd86fac71b53598c5e6c862
pkgname = nemo-run-with-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index 113b45483f2f..13ac71fcd852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Giulio Girardi <giulio at rapgenic.it>
pkgname=nemo-run-with-nvidia
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=0
pkgdesc="Nemo action to run a program with Bumblebee"
arch=('any')
url="https://github.com/rapgenic/nemo-run-with-nvidia"
license=('GPL2')
source=("https://github.com/rapgenic/${pkgname}/archive/${pkgver}.zip")
-md5sums=('161379853e366300a4c2349ffdaa5c79')
+md5sums=('31be993d8dd86fac71b53598c5e6c862')
depends=('nemo' 'bumblebee')
package() {