summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Hall2018-02-07 21:36:11 -0500
committerBrandon Hall2018-02-07 21:36:11 -0500
commit9cd858a21ecac37f0d007cdfc697c9a90d65b6b9 (patch)
tree12d4c15b7608aec031b8f825815f9dc25893d0ca
parent9057944b00a07760d16700b5bd2a1c606f7153d3 (diff)
downloadaur-9cd858a21ecac37f0d007cdfc697c9a90d65b6b9.tar.gz
Removed unnecessary lines from PKGBUILD and added aurbrowser.install
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1d370e5dcd4..3aa703f132a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,15 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: Brandon Hall <brandonjhall@windstream.net>
pkgname=aurbrowser
pkgver=v1.0.0
-pkgrel=1
-pkgdesc="A Qt application that allows an Arch Linux user to browse the AUR."
+pkgrel=2
+pkgdesc="A Qt application that allows an Arch Linux user to browse and install packages from the AUR."
arch=('x86_64')
url="https://gitlab.com/brandonjhall/aurbrowser"
license=('GPL')
depends=('qtermwidget>=0.8.0-1' 'qt5-base>=5.10.0-1' 'gcc-libs>=7.2.1+20180116-1' 'glibc>=2.26-11')
-makedepends=('qt5-base')
+makedepends=()
source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/brandonjhall/aurbrowser/repository/v1.0.0/archive.tar.gz")
+install=aurbrowser.install
md5sums=('371fba9d8712eac4ac571b66819ffa28')
prepare() {