summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2017-05-15 20:12:17 -0400
committerJon Gjengset2017-05-15 20:12:17 -0400
commitb45fbe1b7139595f9b8ca5de57d42b1f20bb4bd2 (patch)
treef3c1fa43f7d0514dc2a5336ea1033539740299c4
parent80e265b743708fc943f4320cd1b034cfc5274bec (diff)
downloadaur-b45fbe1b7139595f9b8ca5de57d42b1f20bb4bd2.tar.gz
Now supports python3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 996ab1bfb057..e8b89c1898bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 16:37:46 UTC 2016
+# 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 = r8.589ce22
+ pkgver = r10.7ccdaed
pkgrel = 1
url = https://github.com/mit-pdos/what
arch = any
license = MIT
makedepends = git
- depends = python2
+ depends = python
source = git+https://github.com/mit-pdos/what.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 432bec2deee2..555018f9d167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jon Gjengset
pkgname=what-git
-pkgver=r8.589ce22
+pkgver=r10.7ccdaed
pkgrel=1
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=('python2')
+depends=('python')
makedepends=('git')
provides=("")
conflicts=("")