summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-12-06 14:12:22 +0100
committerRobin Candau2024-12-06 14:12:22 +0100
commit58fa3330c15abfa0d3ea9390d22b88a56a1a6688 (patch)
tree4bde7ca5aa4b28911abb4f6d65a0cd8ae0615da8
parentb81a627c963f730b7e157b1901be67ae57910ab0 (diff)
downloadaur-58fa3330c15abfa0d3ea9390d22b88a56a1a6688.tar.gz
upgpkg: 3.4.2-1: New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v3.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 8 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ded2dd560d..9268e96104ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arch-update
pkgdesc = An update notifier & applier that assists you with important pre / post update tasks
- pkgver = 3.4.1
- pkgrel = 2
+ pkgver = 3.4.2
+ pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
license = GPL-3.0-or-later
@@ -27,9 +27,7 @@ pkgbase = arch-update
optdepends = qt6-wayland: Systray applet support on Wayland
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-3.4.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.4.1.tar.gz
- source = avoid_false_positive_unused_flatpak_packages.patch
- sha256sums = 39a261fd0cb5e21908750554412f6a4562c4d6d2b5027bc39429f74dd0e756d1
- sha256sums = 7f6ca8cb6822e33d83f5277612ee8062813e0f3c6e0bf256bce852d0dd9af073
+ source = arch-update-3.4.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.4.2.tar.gz
+ sha256sums = a2d6452c6aaff006a179718ce40d96d295a35422901427476219e137acaf2d7e
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 31875e8340d3..483f60aab2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
pkgdesc="An update notifier & applier that assists you with important pre / post update tasks"
url="https://github.com/Antiz96/arch-update"
arch=('any')
@@ -18,18 +18,8 @@ optdepends=('paru: AUR Packages support'
'qt6-wayland: Systray applet support on Wayland'
'sudo: Privilege elevation'
'doas: Privilege elavation')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
- avoid_false_positive_unused_flatpak_packages.patch)
-sha256sums=('39a261fd0cb5e21908750554412f6a4562c4d6d2b5027bc39429f74dd0e756d1'
- '7f6ca8cb6822e33d83f5277612ee8062813e0f3c6e0bf256bce852d0dd9af073')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- # Temporary patch to avoid false positive on unused runtimes for Flatpak with pinned runtimes
- # See https://github.com/Antiz96/arch-update/issues/285
- # And https://github.com/Antiz96/arch-update/pull/286
- patch -Np1 < "${srcdir}/avoid_false_positive_unused_flatpak_packages.patch"
-}
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('a2d6452c6aaff006a179718ce40d96d295a35422901427476219e137acaf2d7e')
check() {
cd "${pkgname}-${pkgver}"