summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65a17195f8b3..7151d8be4560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wayfire-plugins-extra
pkgdesc = Additional plugins for Wayfire
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = wayfire-plugins-extra
makedepends = meson
makedepends = ninja
makedepends = glm
- depends = wayfire>=0.6
+ depends = wayfire>=0.7
depends = cairo
depends = glibmm
depends = iio-sensor-proxy
conflicts = wayfire-plugins-extra-git
- source = wayfire-plugins-extra-0.6.0.tar.gz::https://github.com/WayfireWM/wayfire-plugins-extra/archive/v0.6.0.tar.gz
- sha256sums = d1ac42c0b2d212a7523f2aeb63285ab8b95ffb6efd564bf27877310eeab1ab0e
+ source = https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v0.7.0/wayfire-plugins-extra-0.7.0.tar.xz
+ sha256sums = 01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb
pkgname = wayfire-plugins-extra
diff --git a/PKGBUILD b/PKGBUILD
index 486ecf77f603..35a797d08ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire-plugins-extra
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Additional plugins for Wayfire'
url=https://wayfire.org
arch=(x86_64)
license=(custom:MIT)
conflicts=("${pkgname}-git")
-depends=('wayfire>=0.6' cairo glibmm iio-sensor-proxy)
+depends=('wayfire>=0.7' cairo glibmm iio-sensor-proxy)
makedepends=(meson ninja glm)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WayfireWM/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=(d1ac42c0b2d212a7523f2aeb63285ab8b95ffb6efd564bf27877310eeab1ab0e)
+source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=(01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb)
build () {
rm -rf build