summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-10-12 08:55:46 +0200
committeraksr2019-10-12 08:55:46 +0200
commitff841f5db902d62ed681ab2c0f16cf588e6ce64d (patch)
tree5d8f9be568f70de13b3a78af708f9f16fc8528d5
parent8caead58ec207e6e87712712a5572579b0d6b1b5 (diff)
downloadaur-ff841f5db902d62ed681ab2c0f16cf588e6ce64d.tar.gz
...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e91d82c46416..1c1aa7f59bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Oct 12 06:55:38 UTC 2019
pkgbase = utmp-git
pkgdesc = A small program which updates the utmp record of the current tty.
- pkgver = 0.r6.f9178df
+ pkgver = r19.694c4dd
pkgrel = 1
url = http://git.suckless.org/utmp/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2b4d43dd1da5..0a8a66af662a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=utmp-git
-pkgver=0.r6.f9178df
+pkgver=r19.694c4dd
pkgrel=1
epoch=
pkgdesc="A small program which updates the utmp record of the current tty."
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://git.suckless.org/utmp/"
license=('MIT')
groups=()
-depends=('')
+depends=()
makedepends=('git')
optdepends=()
checkdepends=()