summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-03-01 21:43:20 +1100
committerVictor Tran2016-03-01 21:43:20 +1100
commit4b3febd2ddddc0eba09bea73c426a82919e1b209 (patch)
tree8102cb65457d257a97c5ace57b60554259cb28f9
parent0aec185ee3a2343e82f7170e64a91003f01351b2 (diff)
downloadaur-4b3febd2ddddc0eba09bea73c426a82919e1b209.tar.gz
Fixed Distribition Issues
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14b9928d9773..e1da03dbb0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thepackage
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Package Manager for theOS"
arch=("x86_64")
url="https://github.com/vicr123/thepackage"
license=('GPL2')
-depends=('qt5-base' 'xdg-utils')
+depends=('qt5-base' 'xdg-utils' 'wget' 'package-query')
makedepends=('qtchooser' 'git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/thepackage#branch=master')
md5sums=('SKIP')