summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2022-05-12 16:52:12 +0200
committerDušan Simić2022-05-12 16:52:12 +0200
commit78073a609de15858e9653b475da32d53b9a79d0f (patch)
treefa9cc39828bf749519f72b86cdaa105468869656
parente508c30bd489cb26704a99e6e412c7b906c19696 (diff)
downloadaur-78073a609de15858e9653b475da32d53b9a79d0f.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f80492347c2..19f66046de84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colorway
pkgdesc = Generate color pairings
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/lainsce/colorway
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = colorway
depends = libadwaita
depends = json-glib
depends = libgee
- source = colorway::git+https://github.com/lainsce/colorway.git#commit=40c29cb0d3fa2aadb199d8154bce954710489120
+ source = colorway::git+https://github.com/lainsce/colorway.git#commit=b7ff8cf47032251b62e55798c6808f226bd21392
md5sums = SKIP
pkgname = colorway
diff --git a/PKGBUILD b/PKGBUILD
index 5b92eb051c23..6f13191b5a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>
pkgname=colorway
-_commit=40c29cb0d3fa2aadb199d8154bce954710489120
-pkgver=1.1.0
+_commit=b7ff8cf47032251b62e55798c6808f226bd21392
+pkgver=1.2.0
pkgrel=1
pkgdesc='Generate color pairings'
arch=(x86_64)
@@ -20,9 +20,7 @@ build() {
}
check() {
- :
- # TODO: Add once desktop file is fixed
- #meson test -C build
+ meson test -C build
}
package() {