summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2020-06-29 06:25:44 -0400
committergraysky2020-06-29 06:25:44 -0400
commit38a0195c499ce77c92010b98ecb320832bfece2c (patch)
tree1bf19dac0448aad1ac7bbfb28082645eed423af4
parent73be275ca4e63c1706c890e7d379111fa95af56d (diff)
downloadaur-38a0195c499ce77c92010b98ecb320832bfece2c.tar.gz
Update to 2.43-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--readme.install12
3 files changed, 5 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29b2ec06ae05..a7e946504282 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.41
+ pkgver = 2.43
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Modprobed-db
install = readme.install
@@ -10,8 +10,8 @@ pkgbase = modprobed-db
optdepends = sudo: needed for recall function
conflicts = modprobed_db
replaces = modprobed_db
- source = modprobed-db-2.41.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.41.tar.gz
- sha256sums = 8896ab79aaf0b656d6cb40361fe94e9fba54f4ebddf53b987fc5125c777f577f
+ source = modprobed-db-2.43.tar.gz::https://github.com/graysky2/modprobed-db/archive/v2.43.tar.gz
+ sha256sums = e125ae5de5cf41c21bdbe60548e6b8d3d841ac00359abd7be0794e9504405182
pkgname = modprobed-db
diff --git a/PKGBUILD b/PKGBUILD
index 45dbe19759e0..e6354ce6e9d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: graysky <graysky AT archlinux dot us>
pkgname=modprobed-db
-pkgver=2.41
+pkgver=2.43
pkgrel=1
pkgdesc='Keeps track of EVERY kernel module ever used - useful for those of us who 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=('8896ab79aaf0b656d6cb40361fe94e9fba54f4ebddf53b987fc5125c777f577f')
+sha256sums=('e125ae5de5cf41c21bdbe60548e6b8d3d841ac00359abd7be0794e9504405182')
install=readme.install
build() {
diff --git a/readme.install b/readme.install
index 6ca0ec58ba7a..1913419012ac 100644
--- a/readme.install
+++ b/readme.install
@@ -1,15 +1,3 @@
-post_install() {
- echo '--------------------------------------------------------------------------'
- echo ' See the manpage for usage and setup: man modprobed-db'
- echo '--------------------------------------------------------------------------'
-}
-
-post_remove() {
- echo '-----------------------------------------------------------------------'
- echo ' Remember to remove the entry in your crontab if you made one!'
- echo '-----------------------------------------------------------------------'
-}
-
# $1: The new package version
# $2: The old package version