summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-07-18 17:56:33 +0800
committerChocobo12022-07-18 17:56:33 +0800
commit17f62286b48c0d612c7542346fd6a57ba0b9bdb2 (patch)
tree79115f85f89654d7266dc39c1558a9a1eaaceff1
parent0301a34db29940f0273f4934697e45b0445035b7 (diff)
downloadaur-stalld-git.tar.gz
upgpkg: stalld-git 1.17.0.r0.g8710a48-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee9b39a0ac59..f1bb3b777806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stalld-git
pkgdesc = A daemon to prevent the starvation of operating system threads
- pkgver = 1.0.0.r45.g4aaa57b
+ pkgver = 1.17.0.r0.g8710a48
pkgrel = 1
url = https://git.kernel.org/pub/scm/utils/stalld/stalld.git/
arch = i686
@@ -8,10 +8,9 @@ pkgbase = stalld-git
license = GPL2
makedepends = git
depends = glibc
- provides = stalld
+ provides = stalld=1.17.0.r0.g8710a48
conflicts = stalld
source = git+https://git.kernel.org/pub/scm/utils/stalld/stalld.git
sha256sums = SKIP
pkgname = stalld-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0ae9c45a1e77..c2b151593d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=stalld-git
-pkgver=1.0.0.r45.g4aaa57b
+pkgver=1.17.0.r0.g8710a48
pkgrel=1
pkgdesc="A daemon to prevent the starvation of operating system threads"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://git.kernel.org/pub/scm/utils/stalld/stalld.git/"
license=('GPL2')
depends=('glibc')
makedepends=('git')
-provides=('stalld')
+provides=("stalld=$pkgver")
conflicts=('stalld')
source=("git+https://git.kernel.org/pub/scm/utils/stalld/stalld.git")
sha256sums=('SKIP')