summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-11 18:45:55 +0200
committerAdrian Perez de Castro2020-01-11 18:45:55 +0200
commit693c63a6860be4e8768f8995bf386503a1dfcf74 (patch)
treedcef9bec4124920ce8234fa7279d50034c32c1b6
parent378eb07732240362734724ea48d494fd9da90ace (diff)
downloadaur-693c63a6860be4e8768f8995bf386503a1dfcf74.tar.gz
Bump to version 0.3.1
Also, explicitly set the name of the downloaded tarball, and remove some unneeded dependencies.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e32c9618e1..c08f24497062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wcm
pkgdesc = Wayfire Configuration Manager
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://wayfire.org
arch = x86_64
license = custom:MIT
@@ -9,10 +9,9 @@ pkgbase = wcm
makedepends = meson
makedepends = ninja
depends = wf-config>=0.3
- depends = libxml2
- depends = gtkmm3
- source = https://github.com/WayfireWM/wcm/archive/v0.3.tar.gz
- sha512sums = e997d1b0f707cca2d170bc82667fdacd8489eff629931e3af1c03ac2be5461f07c81b54930561b0baaf10f5e632f0939247344ffeedf3c3eef8f03cb74b2fd0d
+ depends = gtk3
+ source = wcm-0.3.1.tar.gz::https://github.com/WayfireWM/wcm/archive/v0.3.1.tar.gz
+ sha512sums = 890dda758b79ebf376db7dda63a5a1838206bb62bf03b23970ff5ef2e3bf1dce7cc83c37cc4dc41307bade5cb3fae803a96c68f82fed5b25d855c19cfc0b4dd2
pkgname = wcm
diff --git a/PKGBUILD b/PKGBUILD
index 326daafb9c76..d876dd18977a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgdesc='Wayfire Configuration Manager'
pkgname=wcm
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
-depends=('wf-config>=0.3' libxml2 gtkmm3)
+depends=('wf-config>=0.3' gtk3)
makedepends=(wayland-protocols meson ninja)
-source=("https://github.com/WayfireWM/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('e997d1b0f707cca2d170bc82667fdacd8489eff629931e3af1c03ac2be5461f07c81b54930561b0baaf10f5e632f0939247344ffeedf3c3eef8f03cb74b2fd0d')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WayfireWM/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('890dda758b79ebf376db7dda63a5a1838206bb62bf03b23970ff5ef2e3bf1dce7cc83c37cc4dc41307bade5cb3fae803a96c68f82fed5b25d855c19cfc0b4dd2')
build ()
{