summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUlrik Boll Djurtoft2018-11-09 13:48:54 +0200
committerUlrik Boll Djurtoft2018-11-09 13:48:54 +0200
commita9da4f91ba7540169635b7beb7f93bbf1ef19931 (patch)
tree318a793fc7383d8fc1d8dfe05ff7288bf84307b0 /PKGBUILD
parent4a03a2397b2540848860bd04a757360cc080ea5f (diff)
downloadaur-a9da4f91ba7540169635b7beb7f93bbf1ef19931.tar.gz
Improved PKGBUILD with suggestions from namcap and add provides and conflicts for future non-VCS version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53cb6596e0ff..8d8f4ef3ddde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,15 @@
# Maintainer: Ulrik Boll Djurtoft <ullebe1@gmail.com>
pkgname=appeditor-git # '-bzr', '-git', '-hg' or '-svn'
-pkgver=r48.ea4a7bd
+pkgver=r65.4c7144a
pkgrel=1
pkgdesc="AppEditor allows you to edit application entries in the application menu."
arch=('i686' 'x86_64')
url="https://github.com/donadigo/appeditor"
license=('GPL')
-depends=(
- 'vala'
- 'gtk3'
- 'granite'
- 'meson'
- )
-makedepends=('ninja' 'git')
+depends=('granite')
+makedepends=('ninja' 'git' 'meson' 'vala')
+provides=('appeditor')
+conflicts=('appeditor')
source=("git://github.com/donadigo/appeditor.git")
md5sums=('SKIP')