summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-12-25 13:35:54 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-12-25 13:58:42 -0500
commit4974ad6d0bd4f18f7a945da831b492b3e7c9e010 (patch)
tree045e8d9d40625ee5fbe404061207d6186daf2acc
parent522e4254f4e4d8797b17e69fb400970728629229 (diff)
[libxfce4ui]: bugfix v4.16.0
-rw-r--r--libre/libxfce4ui/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/libre/libxfce4ui/PKGBUILD b/libre/libxfce4ui/PKGBUILD
index 2a53f562a..20f35ac54 100644
--- a/libre/libxfce4ui/PKGBUILD
+++ b/libre/libxfce4ui/PKGBUILD
@@ -3,6 +3,11 @@
# Maintainer: André Silva <emulatorman@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
+# parabola changes and rationale
+# - rebranded "about" modal
+
+
pkgname=libxfce4ui
pkgver=4.16.0
pkgrel=1
@@ -35,7 +40,7 @@ build() {
package() {
# pin to tightly-coupled dependency versions
- depends+=( "xfce4-session=$(sed -E 's|([0-9]+\.[0-9]+).*|\1|' <<<${pkgver})" )
+ depends+=( "xfce4-session=${pkgver}" )
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install