summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2018-11-23 09:48:46 -0500
committergraysky2018-11-23 09:48:46 -0500
commit8027c667ec166e04dbd4b69d1d1842d5c4cd1aa2 (patch)
tree9d116392fca7555c93f4bcdc1210641df87541ec /PKGBUILD
parent411a527776e8b08a2d1960f66e0255b3f47bd13a (diff)
downloadaur-8027c667ec166e04dbd4b69d1d1842d5c4cd1aa2.tar.gz
Update to 2.38-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5d1851951b3..5b7810734c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: graysky <graysky AT archlinux dot us>
pkgname=modprobed-db
-pkgver=2.37
+pkgver=2.38
pkgrel=1
pkgdesc='Keeps track of EVERY kernel module ever used - useful for those of us who make localmodconfig :)'
arch=('any')
license=('MIT')
depends=('kmod')
-optdepends=('sudo: needed to recall modules via a call to modprobe')
+optdepends=('sudo: needed for recall function')
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=('a44dc8d2fc5e1a179cd2b34cfc36e4e8944f6e85d765568c965ae253542ca733')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('9b836fa2b6f01b08d6c6b82fbf1f75efda702a7f987b08ba3346e2f7eb46e9fc')
install=readme.install
build() {