makedeb


dragon-drag-and-drop 1.1.1-1


Simple drag-and-drop source/sink for X

Click here to go back to the commit logs for dragon-drag-and-drop.

Commit:


Hash: 8804f77864d7fb1d34306aa70d3d7b769c7f420c

Message: 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)

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 29e72b2..51a4f2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,8 @@ pkgbase = dragon-drag-and-drop
 	arch = i686
 	arch = x86_64
 	license = GPL3
-	makedepends = git
 	depends = gtk3
-	source = https://github.com/mwh/dragon/archive/v1.1.1.tar.gz
+	source = dragon-drag-and-drop-1.1.1.tar.gz::https://github.com/mwh/dragon/archive/v1.1.1.tar.gz
 	sha256sums = 010a508c539c35bd128c54bbe57ad7c17c078e1b95e7bd3457a8589973e0b171
 
 pkgname = dragon-drag-and-drop
diff --git a/PKGBUILD b/PKGBUILD
index 5635ffa..8ad6ee1 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() {