summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c6f6c5f96bb..ae7845ab6fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=gssdp
pkgname=lib32-gssdp
-pkgver=1.6.0
+pkgver=1.6.2
pkgrel=1
pkgdesc="A GObject-based API for handling resource discovery and announcement over SSDP (32-bit)"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="http://gupnp.org/"
license=(LGPL)
depends=(lib32-libsoup3 gssdp)
makedepends=(git meson vala)
-_commit=6eeaf27aec6ff11f325ff633b52bd56dbc1435aa # tags/gssdp-1.6.0^0
+_commit=c2d417d6a79f03c095e5730efd60015eb3109a82 # tags/gssdp-1.6.2^0
source=("git+https://git.gnome.org/browse/gssdp#commit=$_commit")
sha256sums=('SKIP')
@@ -46,5 +46,5 @@ check() {
package() {
DESTDIR="$pkgdir" meson install -C build
- rm -rf "${pkgdir}/usr/include"
+ rm -rf "${pkgdir}"/usr/{include,share}
}