makedeb
Simple drag-and-drop source/sink for X
Click here to go back to the commit logs for dragon-drag-and-drop.
Hash: d7023612560e41c1522e6372b358d193f92962c0
Message: Update to 1.1.1-1
* Upstream changelog:
This release incorporates minor fixes, including some crashes, and makes the ASK action available in the drag.
Almost all of the work in here came from user @FichteFoll on GitHub, so thanks very much to them!
diff --git a/.SRCINFO b/.SRCINFO
index bee817a..29e72b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragon-drag-and-drop
pkgdesc = Simple drag-and-drop source/sink for X
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/mwh/dragon
arch = i686
@@ -8,8 +8,8 @@ pkgbase = dragon-drag-and-drop
license = GPL3
makedepends = git
depends = gtk3
- source = https://github.com/mwh/dragon/archive/v1.1.0.tar.gz
- sha256sums = 4591795e788d5f10d26b1f0e1c2e70b6ae331a8382ae18a4b2486c382c4d62f0
+ source = 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 03a3f13..5635ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=dragon
pkgname=dragon-drag-and-drop
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Simple drag-and-drop source/sink for X'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('gtk3')
makedepends=('git')
source=("https://github.com/mwh/dragon/archive/v${pkgver}.tar.gz")
-sha256sums=('4591795e788d5f10d26b1f0e1c2e70b6ae331a8382ae18a4b2486c382c4d62f0')
+sha256sums=('010a508c539c35bd128c54bbe57ad7c17c078e1b95e7bd3457a8589973e0b171')
build() {
cd "${_pkgname}-${pkgver}"