summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c4de06207a4..962824b749dc 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.46
+ pkgver = 2.47
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.46.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.46.tar.gz
- sha256sums = 34a0cd3fa67efea8a2ba657d90ce2f5e3ef480babb7f3bcae6c13bac1eb4eeab
+ source = modprobed-db-2.47.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.47.tar.gz
+ sha256sums = fef19759fda476134bec718d997bcb2a0c43d0a19b72f8f9e38bba22c746531d
pkgname = modprobed-db
diff --git a/PKGBUILD b/PKGBUILD
index 9c0fb5e1ebe6..da223fabf22f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=modprobed-db
-pkgver=2.46
+pkgver=2.47
pkgrel=1
pkgdesc='Keeps track of EVERY kernel module ever used - useful for make localmodconfig'
arch=('any')
@@ -12,7 +12,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=('34a0cd3fa67efea8a2ba657d90ce2f5e3ef480babb7f3bcae6c13bac1eb4eeab')
+sha256sums=('fef19759fda476134bec718d997bcb2a0c43d0a19b72f8f9e38bba22c746531d')
install=readme.install
build() {