summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-08-03 07:41:29 -0500
committerAlejandro Valdes2021-08-03 07:41:29 -0500
commit2e1a15995cb0f4b204a2fd5efd1c6844d1bd0899 (patch)
tree14f32c16b61f852619efe92893514048b04b869d
parent1a240ee3090556d343722e05931665fa597f2bee (diff)
downloadaur-2e1a15995cb0f4b204a2fd5efd1c6844d1bd0899.tar.gz
Changed architecture to any
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b54ef43566ee..2357176b18ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = plasma5-applets-window-title
pkgdesc = Plasma 5 applet that shows the application title and icon for active window
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/psifidotos/applet-window-title
- arch = x86_64
+ arch = any
license = GPL
depends = plasma-workspace
source = https://github.com/psifidotos/applet-window-title/archive/0.7.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 21338145a5ec..6e1cb50b6991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=plasma5-applets-window-title
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plasma 5 applet that shows the application title and icon for active window"
-arch=(x86_64)
+arch=(any)
url="https://github.com/psifidotos/applet-window-title"
license=(GPL)
depends=(plasma-workspace)