Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kde-inotify-survey
Commits:
1bb23565 by Antonio Rojas at 2023-12-21T21:57:34+01:00
Revert "upgpkg: 24.01.85-1: Update to 24.02 beta 2"
This reverts commit a0760aebbae063d71ccb0faff04dcda302997f37.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kde-inotify-survey
pkgdesc = Tooling for monitoring inotify limits and informing the user
when they have been or about to be reached
- pkgver = 24.01.85
+ pkgver = 23.08.4
pkgrel = 1
url = https://invent.kde.org/system/kde-inotify-survey
arch = x86_64
@@ -9,20 +9,16 @@ pkgbase = kde-inotify-survey
license = GPL
license = LGPL
makedepends = extra-cmake-modules
- depends = gcc-libs
- depends = glibc
depends = kauth5
- depends = kcoreaddons5
- depends = kdbusaddons5
- depends = ki18n5
depends = knotifications5
- depends = qt5-base
- source =
https://download.kde.org/unstable/release-service/24.01.85/src/kde-inotify-survey-24.01.85.tar.xz
- source =
https://download.kde.org/unstable/release-service/24.01.85/src/kde-inotify-survey-24.01.85.tar.xz.sig
+ depends = ki18n5
+ depends = kdbusaddons5
+ source =
https://download.kde.org/stable/release-service/23.08.4/src/kde-inotify-survey-23.08.4.tar.xz
+ source =
https://download.kde.org/stable/release-service/23.08.4/src/kde-inotify-survey-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums =
3438b5964cde382760a56eaf61b6c79c6c4c3d32145349315dd8b91c904c6386
+ sha256sums =
5c4e279aefb47eeec1463dfe5165edc01af7762562e3eb6555c91f62c825a07a
sha256sums = SKIP
pkgname = kde-inotify-survey
=====================================
PKGBUILD
=====================================
@@ -1,25 +1,17 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=kde-inotify-survey
-pkgver=24.01.85
+pkgver=23.08.4
pkgrel=1
pkgdesc='Tooling for monitoring inotify limits and informing the user when
they have been or about to be reached'
url='https://invent.kde.org/system/kde-inotify-survey'
arch=(x86_64)
license=(GPL LGPL)
-depends=(gcc-libs
- glibc
- kauth5
- kcoreaddons5
- kdbusaddons5
- ki18n5
- knotifications5
- qt5-base)
+groups=(kde-applications kde-system)
+depends=(kauth5 knotifications5 ki18n5 kdbusaddons5)
makedepends=(extra-cmake-modules)
-groups=(kde-applications
- kde-system)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3438b5964cde382760a56eaf61b6c79c6c4c3d32145349315dd8b91c904c6386'
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5c4e279aefb47eeec1463dfe5165edc01af7762562e3eb6555c91f62c825a07a'
'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kde-inotify-survey/-/commit/1bb235656dc34d8f1b3193caa211c2b71c6059a2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kde-inotify-survey/-/commit/1bb235656dc34d8f1b3193caa211c2b71c6059a2
You're receiving this email because of your account on gitlab.archlinux.org.