summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsunori Aoki2016-11-21 12:37:08 +0900
committerTatsunori Aoki2016-11-21 12:37:08 +0900
commit6087aec7470b03a6e7c23c9354f21c3cb4bd5e8a (patch)
tree884cef5efca6bf4bc0d9dc7c0d97cd9d273b554f
parent18b30a91ff952d74e4365f7834409a66ae071528 (diff)
downloadaur-athena-jot.tar.gz
Deleted rpmextract from depends, and fixed makedepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bb3fac4e688..f566fad1c977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Thu May 26 03:16:39 UTC 2016
+# Mon Nov 21 03:35:32 UTC 2016
pkgbase = athena-jot
pkgdesc = print sequential or random data.
pkgver = 9.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.mit.edu/afs/athena/system/rhlinux/athena-9.0/free/SRPMS/athena-jot-9.0-3.src.rpm
arch = x86_64
arch = i686
license = BSD
- depends = gcc
- depends = rpmextract
+ makedepends = gcc
source = http://www.mit.edu/afs/athena/system/rhlinux/athena-9.0/free/SRPMS/athena-jot-9.0-3.src.rpm
sha1sums = ffb286569ea48159d760c3de0fd3749db92348c8
diff --git a/PKGBUILD b/PKGBUILD
index 118ba6a7baa4..b016fd088c08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='athena-jot'
pkgver='9.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='print sequential or random data.'
url='http://www.mit.edu/afs/athena/system/rhlinux/athena-9.0/free/SRPMS/athena-jot-9.0-3.src.rpm'
arch=('x86_64' 'i686')
license=('BSD')
-depends=('gcc' 'rpmextract')
+makedepends=('gcc')
source=('http://www.mit.edu/afs/athena/system/rhlinux/athena-9.0/free/SRPMS/athena-jot-9.0-3.src.rpm')
sha1sums=('ffb286569ea48159d760c3de0fd3749db92348c8')