summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55bccb60d564..3a043f043df9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = dotpac
pkgdesc = Bash script to get rid of *.pac* files.
pkgver = 0.4
- pkgrel = 2
+ pkgrel = 3
url = http://wiki.archlinux.org/index.php/dotpac
arch = any
license = BSD
depends = bash
+ depends = dialog
source = https://raw.githubusercontent.com/AladW/scripts/master/bin/old/dotpac
md5sums = 7984de79ee51711b5b26eaf4e477b6df
diff --git a/PKGBUILD b/PKGBUILD
index 1a5d340d90e5..d47e45f73992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=dotpac
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Bash script to get rid of *.pac* files."
arch=(any)
license=('BSD')
url="http://wiki.archlinux.org/index.php/dotpac"
-depends=('bash')
+depends=('bash' 'dialog')
source=('https://raw.githubusercontent.com/AladW/scripts/master/bin/old/dotpac')
md5sums=('7984de79ee51711b5b26eaf4e477b6df')