summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFluffy2017-08-30 01:42:52 +0000
committerFluffy2017-08-30 01:42:52 +0000
commit068904d75f4ca91af885ec02561005c973531474 (patch)
treee837aa44f8b27328d9113499dec1fa49bdfde486
parent0493c3cc34d4392b9de01b92c2058d93bd9b8a8f (diff)
downloadaur-068904d75f4ca91af885ec02561005c973531474.tar.gz
Updated maintainer information, corrected a typo in the package description.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce82a03f29e3..5e8905b8230d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = dtrx
- pkgdesc = A intelligent archive extraction tool
+ pkgdesc = An intelligent archive extraction tool
pkgver = 7.1
pkgrel = 3
url = http://brettcsmith.org/2007/dtrx/
@@ -9,7 +9,7 @@ pkgbase = dtrx
optdepends = tar: to extract tar, deb, and gem archives
optdepends = unzip: to extract zip archives
optdepends = cpio: to extract cpio and rpm archives
- optdepends = rpm2cpio: to extract rpm archives
+ optdepends = rpm-org: to extract rpm archives
optdepends = binutils: to extract deb archives
optdepends = gzip: deb, gem, gzip, and compress archives
optdepends = bzip2: to extract deb and bzip2 archives
diff --git a/PKGBUILD b/PKGBUILD
index 424c0f1dda6a..da6872f09136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
+# Maintainer: Mees Valkenburg <`echo Zmx1ZmZ5QGdvZG90LnVrLnRvCg== | base64 -d`>
+# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: rabyte <rabyte*gmail>
pkgname='dtrx'
pkgver='7.1'
pkgrel='3'
-pkgdesc='A intelligent archive extraction tool'
+pkgdesc='An intelligent archive extraction tool'
arch=('any')
url='http://brettcsmith.org/2007/dtrx/'
license=('GPL3')
@@ -14,7 +15,7 @@ optdepends=(
'tar: to extract tar, deb, and gem archives'
'unzip: to extract zip archives'
'cpio: to extract cpio and rpm archives'
- 'rpm2cpio: to extract rpm archives'
+ 'rpm-org: to extract rpm archives'
'binutils: to extract deb archives'
'gzip: deb, gem, gzip, and compress archives'
'bzip2: to extract deb and bzip2 archives'