summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authore5ten2018-11-22 03:02:34 -0500
committere5ten2018-11-22 03:02:34 -0500
commit7604f910480951f37150fa5acd1f3b909f8355ab (patch)
treede842f40b54ec25d6bda936c2d72a4ff02c1080b
parentf52c3a5daafbb9f86c21f3cc80325abf2e1f4b62 (diff)
downloadaur-7604f910480951f37150fa5acd1f3b909f8355ab.tar.gz
0.2.03
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83fbf943b72..57cdeae11537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yadshot
- pkgdesc = A GUI frontend for taking screenshots using imagemagick/slop and uploads files and pastes to teknik.io
- pkgver = 0.2.02
- pkgrel = 3
+ pkgdesc = GUI frontend for taking screenshots. Also uploads screenshots, files and pastes.
+ pkgver = 0.2.03
+ pkgrel = 1
url = http://www.simonizor.net
install = yadshot.install
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = yadshot
optdepends = ffmpeg: screenshot backend
optdepends = imagemagick: screenshot backend
optdepends = grabc: alternative colour picker
- source = https://github.com/simoniz0r/yadshot/archive/0.2.02.tar.gz
+ source = https://github.com/simoniz0r/yadshot/archive/0.2.03.tar.gz
md5sums = 5bb6c657935ae286818f03898f6d69df
pkgname = yadshot
diff --git a/PKGBUILD b/PKGBUILD
index 423b9be8fc8f..8552c4423aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: E5ten
pkgname=yadshot
-pkgver=0.2.02
-pkgrel=3
-pkgdesc="A GUI frontend for taking screenshots using imagemagick/slop and uploads files and pastes to teknik.io "
+pkgver=0.2.03
+pkgrel=1
+pkgdesc="GUI frontend for taking screenshots. Also uploads screenshots, files and pastes."
arch=('x86_64')
url='http://www.simonizor.net'
license=('GPL')
@@ -17,5 +17,5 @@ md5sums=('5bb6c657935ae286818f03898f6d69df')
package() {
cd $srcdir/$pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}