summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--readme.install26
3 files changed, 9 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e946504282..4c4de06207a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modprobed-db
- pkgdesc = Keeps track of EVERY kernel module ever used - useful for those of us who make localmodconfig :)
- pkgver = 2.43
+ pkgdesc = Keeps track of EVERY kernel module ever used - useful for make localmodconfig
+ pkgver = 2.46
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Modprobed-db
install = readme.install
@@ -10,8 +10,7 @@ pkgbase = modprobed-db
optdepends = sudo: needed for recall function
conflicts = modprobed_db
replaces = modprobed_db
- source = modprobed-db-2.43.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.43.tar.gz
- sha256sums = e125ae5de5cf41c21bdbe60548e6b8d3d841ac00359abd7be0794e9504405182
+ source = modprobed-db-2.46.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.46.tar.gz
+ sha256sums = 34a0cd3fa67efea8a2ba657d90ce2f5e3ef480babb7f3bcae6c13bac1eb4eeab
pkgname = modprobed-db
-
diff --git a/PKGBUILD b/PKGBUILD
index e6354ce6e9d9..9c0fb5e1ebe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: graysky <graysky AT archlinux dot us>
+# Maintainer: graysky <therealgraysky AT protonmail DOT com>
+
pkgname=modprobed-db
-pkgver=2.43
+pkgver=2.46
pkgrel=1
-pkgdesc='Keeps track of EVERY kernel module ever used - useful for those of us who make localmodconfig :)'
+pkgdesc='Keeps track of EVERY kernel module ever used - useful for make localmodconfig'
arch=('any')
license=('MIT')
depends=('kmod')
@@ -11,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=('e125ae5de5cf41c21bdbe60548e6b8d3d841ac00359abd7be0794e9504405182')
+sha256sums=('34a0cd3fa67efea8a2ba657d90ce2f5e3ef480babb7f3bcae6c13bac1eb4eeab')
install=readme.install
build() {
diff --git a/readme.install b/readme.install
index 1913419012ac..602d6f5e8db2 100644
--- a/readme.install
+++ b/readme.install
@@ -2,32 +2,6 @@
# $2: The old package version
post_upgrade() {
- if [ $(vercmp $2 1.8) -lt 0 ]; then
- echo '----------------------------------------------------------------------'
- echo ' WARNING:'
- echo
- echo 'You MUST modify ANY and ALL calls to /usr/bin/modprobed-db to'
- echo 'include the "store" switch.'
- echo 'For example, in the root user crontab, /etc/rc.local.shutdown, etc.'
- echo
- echo 'In other words: --> /usr/bin/modprobed-db store <--'
- echo
- echo 'The default action in version 2.0 is to display the help file!'
- echo 'Inaction on your part here will cause NO action to be taken by'
- echo 'the software!'
- echo
- echo 'You have been warned!'
- echo '----------------------------------------------------------------------'
- fi
-
- if [ $(vercmp $2 2.23) -lt 0 ]; then
- echo '--> A minor name change has occurred which requires your attention.'
- echo '--> Underscores have been replaced with hyphens:'
- echo '--> modprobed_db --> modprobed-db'
- echo '-->'
- echo '--> Make sure you update your crontab accordingly.'
- fi
-
if [ $(vercmp $2 2.33) -lt 0 ]; then
echo '--> The system service and timer have been deprecated in favor of user flavors.'
echo '--> See the manpage of modprobed for details.'