summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 18:08:06 +1100
committerRhinoceros2020-03-01 18:08:06 +1100
commit8804f77864d7fb1d34306aa70d3d7b769c7f420c (patch)
treeed7387b51321201b015108498f536d8077ff8b9e /PKGBUILD
parentd7023612560e41c1522e6372b358d193f92962c0 (diff)
downloadaur-8804f77864d7fb1d34306aa70d3d7b769c7f420c.tar.gz
Minor fixes
* Remove unnecessary makedepends. * Make download unique. https://wiki.archlinux.org/index.php/PKGBUILD#source * No need for pkgrel bump (package already installed for most users)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5635ffa4449d..8ad6ee196083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ arch=('i686' 'x86_64')
url='https://github.com/mwh/dragon'
license=('GPL3')
depends=('gtk3')
-makedepends=('git')
-source=("https://github.com/mwh/dragon/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mwh/dragon/archive/v${pkgver}.tar.gz")
sha256sums=('010a508c539c35bd128c54bbe57ad7c17c078e1b95e7bd3457a8589973e0b171')
build() {