summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2020-01-15 10:24:54 -0500
committerJon Gjengset2020-01-15 10:24:54 -0500
commitb9aea643a53b4969fecf84f883a85caf6939e956 (patch)
tree2ac8fad6117424dd66d743cc740ceb6c591558c1
parentb45fbe1b7139595f9b8ca5de57d42b1f20bb4bd2 (diff)
downloadaur-b9aea643a53b4969fecf84f883a85caf6939e956.tar.gz
Bump to fix for stricter makepkg rules
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b89c1898bc..3972c6a004b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue May 16 00:12:06 UTC 2017
pkgbase = what-git
pkgdesc = An improved version of w that shows all processes associated with a TTY
pkgver = r10.7ccdaed
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mit-pdos/what
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 555018f9d167..a83a77b71bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jon Gjengset
pkgname=what-git
pkgver=r10.7ccdaed
-pkgrel=1
+pkgrel=2
pkgdesc="An improved version of w that shows all processes associated with a TTY"
arch=('any')
url="https://github.com/mit-pdos/what"
license=('MIT')
depends=('python')
makedepends=('git')
-provides=("")
-conflicts=("")
+provides=()
+conflicts=()
source=('git+https://github.com/mit-pdos/what.git')
md5sums=('SKIP')