summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-12 09:45:24 -0600
committerMark Wagie2021-04-12 09:45:24 -0600
commit0b6b31cec16d065ff4a54518bed1cf10e204bc58 (patch)
tree2e2d8756a1d5fc4ad512b74219d7608ef977068a
parent54f51bfe52a7e0b557f0a239fcd5bc08460a7c09 (diff)
downloadaur-0b6b31cec16d065ff4a54518bed1cf10e204bc58.tar.gz
convert to any package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d7211069dea..4c1a13e8e410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = blanket
pkgdesc = Improve focus and increase your productivity by listening to different sounds.
pkgver = 0.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rafaelmardojai/blanket
- arch = x86_64
+ arch = any
license = GPL3
makedepends = meson
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 5f583d928288..a83c6002fe71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=blanket
pkgver=0.3.1
-pkgrel=3
+pkgrel=4
pkgdesc="Improve focus and increase your productivity by listening to different sounds."
-arch=('x86_64')
+arch=('any')
url="https://github.com/rafaelmardojai/blanket"
license=('GPL3')
depends=('gtk3' 'gst-python' 'python-gobject' 'libhandy')