summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-04-02 06:39:29 -0400
committergraysky2022-04-02 06:39:29 -0400
commit440f10a9ff2c3761783f3f8cd28daaf2792148a9 (patch)
treefd404e0bec937754cd872558a57d0adc63a64308
parent6e2d0e1ae14f97c28fd8a4242cdb48207fe49371 (diff)
downloadaur-440f10a9ff2c3761783f3f8cd28daaf2792148a9.tar.gz
Update to 2.45-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--readme.install26
3 files changed, 5 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01ea4161f497..bae8b2d9215e 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.44
+ pkgver = 2.45
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.44.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.44.tar.gz
- sha256sums = 712fbc6ff40f439a688fc2e3d1fbd81226a24ef63ce37aa086c30cdd2c6e7047
+ source = modprobed-db-2.45.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.45.tar.gz
+ sha256sums = 779258faf8fa1522a948b3abfe4f52005510d1d4dcc7544c7b786739d94f0eda
pkgname = modprobed-db
-
diff --git a/PKGBUILD b/PKGBUILD
index 1b54dc96726a..12dffd371325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: graysky <graysky AT archlinux dot us>
pkgname=modprobed-db
-pkgver=2.44
+pkgver=2.45
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=('712fbc6ff40f439a688fc2e3d1fbd81226a24ef63ce37aa086c30cdd2c6e7047')
+sha256sums=('779258faf8fa1522a948b3abfe4f52005510d1d4dcc7544c7b786739d94f0eda')
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.'