summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-04-16 16:59:47 -0400
committergraysky2022-04-16 16:59:47 -0400
commit52036b2bf622fe411eaf2ff5281674c435aed99f (patch)
treee04efe76d881d3f2c981b3726e36fc8dca50df3b
parent440f10a9ff2c3761783f3f8cd28daaf2792148a9 (diff)
downloadaur-52036b2bf622fe411eaf2ff5281674c435aed99f.tar.gz
Update to 2.46-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae8b2d9215e..c39f484410a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modprobed-db
pkgdesc = Keeps track of EVERY kernel module ever used - useful for make localmodconfig
- pkgver = 2.45
+ pkgver = 2.46
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Modprobed-db
install = readme.install
@@ -10,7 +10,7 @@ pkgbase = modprobed-db
optdepends = sudo: needed for recall function
conflicts = modprobed_db
replaces = modprobed_db
- source = modprobed-db-2.45.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.45.tar.gz
- sha256sums = 779258faf8fa1522a948b3abfe4f52005510d1d4dcc7544c7b786739d94f0eda
+ source = modprobed-db-2.46.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.46.tar.gz
+ sha256sums = 041ce837b4e28ea742d00c1aba8ee934915b968ea8acc758cf5abdafc4a2e017
pkgname = modprobed-db
diff --git a/PKGBUILD b/PKGBUILD
index 12dffd371325..c13dd69f4873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: graysky <graysky AT archlinux dot us>
pkgname=modprobed-db
-pkgver=2.45
+pkgver=2.46
pkgrel=1
pkgdesc='Keeps track of EVERY kernel module ever used - useful for make localmodconfig'
arch=('any')
@@ -11,7 +11,7 @@ replaces=('modprobed_db')
conflicts=('modprobed_db')
url="https://wiki.archlinux.org/index.php/Modprobed-db"
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('779258faf8fa1522a948b3abfe4f52005510d1d4dcc7544c7b786739d94f0eda')
+sha256sums=('041ce837b4e28ea742d00c1aba8ee934915b968ea8acc758cf5abdafc4a2e017')
install=readme.install
build() {