summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-04-23 13:01:41 -0400
committergraysky2016-04-23 13:01:41 -0400
commitbbf5282472fcb060a131a24f518e4a93c4fdf1ef (patch)
tree9d9ac07a9511c37c620e9df3e450df9446518ede
parent89664bbcee273ae402b81bbde9456c7204a2aa82 (diff)
downloadaur-bbf5282472fcb060a131a24f518e4a93c4fdf1ef.tar.gz
Update to 2.34-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e029e50140..e722814e3d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Apr 23 17:01:41 UTC 2016
pkgbase = modprobed-db
pkgdesc = Keeps track of EVERY kernel module ever used - useful for those of us who make localmodconfig :)
- pkgver = 2.33
+ pkgver = 2.34
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Modprobed-db
install = readme.install
@@ -10,8 +12,8 @@ pkgbase = modprobed-db
optdepends = sudo: needed to recall modules via a call to modprobe
conflicts = modprobed_db
replaces = modprobed_db
- source = http://repo-ck.com/source/modprobed-db/modprobed-db-2.33.tar.xz
- sha256sums = 5f8a719088a8646b1f4b9f9d34b2f7110168137ae17b6d4b74c440b2f29d649e
+ source = http://repo-ck.com/source/modprobed-db/modprobed-db-2.34.tar.xz
+ sha256sums = 13ae2176bcf5e36dc272e98bf04571aee81f9dd3cfd4a089c46419e6f94b745f
pkgname = modprobed-db
diff --git a/PKGBUILD b/PKGBUILD
index c6e4722c0acb..5300c845cb20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: graysky <graysky AT archlinux dot us>
pkgname=modprobed-db
-pkgver=2.33
+pkgver=2.34
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=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('5f8a719088a8646b1f4b9f9d34b2f7110168137ae17b6d4b74c440b2f29d649e')
+sha256sums=('13ae2176bcf5e36dc272e98bf04571aee81f9dd3cfd4a089c46419e6f94b745f')
install=readme.install
build() {