summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-11-02 08:28:08 +0000
committerLeonidas Spyropoulos2021-11-02 08:28:08 +0000
commit8f84b865711228eaf3feb02723c1635d49ce1895 (patch)
treedc23fb927120d2079f8f4e351a0f2645e6011aa3 /PKGBUILD
parentf654a36ae4d2120c2c36002f8cc8435b0098eee5 (diff)
downloadaur-8f84b865711228eaf3feb02723c1635d49ce1895.tar.gz
upgpkg: aarchup 2.1.7-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a02e779704a..fb123e2371e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,11 @@
#
pkgname="aarchup"
pkgver=2.1.7
-pkgrel=2
+pkgrel=3
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://gitlab.com/artafinde/aarchup/"
arch=('i686' 'x86_64')
license=('GPL3')
-provides=("${pkgname}")
depends=('libnotify' 'pacman-contrib')
makedepends=('meson' 'ninja' 'gzip')
optdepends=('auracle: AUR support(--aur)')
@@ -33,7 +32,6 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
DESTDIR="$pkgdir" meson install -C build
- install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim: set ts=4 sw=4 et syn=sh ft=sh: