summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3931a6938cb3..90959e536eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = srandom-git
pkgdesc = srandom is a Linux kernel module that can be used to replace the built-in /dev/urandom & /dev/random device files. It is secure and VERY fast.
- pkgver = 12.77bc33a
+ pkgver = 1.37.r0.g4793b23
pkgrel = 1
url = https://github.com/josenk/srandom
install = install
arch = any
license = GPL
+ makedepends = git
depends = dkms
provides = srandom
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 4d9549a925b2..cf815267fa57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgname=srandom-git
-pkgver=12.77bc33a
+pkgver=1.37.r0.g4793b23
pkgrel=1
pkgdesc="srandom is a Linux kernel module that can be used to replace the built-in /dev/urandom & /dev/random device files. It is secure and VERY fast."
arch=(any)
url="https://github.com/josenk/srandom"
license=('GPL')
+makedepends=("git")
depends=('dkms')
provides=("srandom")
options=("!strip")