diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 05:26:13 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 05:26:13 +0100 |
commit | 9c91a35fc809eb13502405f39f213c3c06591938 (patch) | |
tree | 10bf9df56963facb55b03c7451ddfd003f139875 /community/glib-networking | |
parent | 39f050e360b0c89d574e2949fc4d1505891947a6 (diff) | |
download | aports-9c91a35fc809eb13502405f39f213c3c06591938.tar.bz2 aports-9c91a35fc809eb13502405f39f213c3c06591938.tar.xz |
community/glib-networking: remove systemd service
Diffstat (limited to 'community/glib-networking')
-rw-r--r-- | community/glib-networking/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD index 7269509ab2..19f3f16c7a 100644 --- a/community/glib-networking/APKBUILD +++ b/community/glib-networking/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=glib-networking pkgver=2.62.3 -pkgrel=1 +pkgrel=2 pkgdesc="Networking support for GLib" url="https://gitlab.gnome.org/GNOME/glib-networking" arch="all" @@ -29,6 +29,7 @@ check() { package() { DESTDIR="$pkgdir" ninja -C build install + rm -rf "$pkgdir"/usr/lib/systemd } sha512sums="6bcf7584a4d97745e980598eb9182ba2e416471455d9c3debc4cbaea07250e395f6d7001af544ce0114a26d726e71e9b420d9756508cda09499016e89f4a6da1 glib-networking-2.62.3.tar.xz" |