summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Fonseca2018-03-29 22:28:54 -0400
committerIvan Fonseca2018-03-29 22:28:54 -0400
commitf090e8326c4187ce1ba1936ce43f79e8e50792b9 (patch)
tree4f57abc149dc1f7373f687c3a3b342e028bf151d
parent4d42740c658126dfb663efc67855f1ef5fce3667 (diff)
downloadaur-f090e8326c4187ce1ba1936ce43f79e8e50792b9.tar.gz
version 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821dd68f77bd..28246fb051bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tekaim
pkgdesc = A simple tool to take and upload screenshots to teknik.io
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/IvanFon/tekaim
arch = any
license = GPL3
depends = python
depends = curl
depends = xclip
- source = https://github.com/IvanFon/tekaim/releases/download/1.2.0/tekaim-1.2.0.tar.gz
+ source = https://github.com/IvanFon/tekaim/releases/download/1.4.0/tekaim-1.4.0.tar.gz
sha256sums = d67a9a5f7f689e6d0a2524c623f929c40c0e5a9231e7d184acab5c49bbae6a8c
pkgname = tekaim
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3f1864bb0ec4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 5c0e0834036e..03cae5beab3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ivan Fonseca <ivanfon@riseup.net>
pkgname=tekaim
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc='A simple tool to take and upload screenshots to teknik.io'
arch=(any)
url='https://github.com/IvanFon/tekaim'
@@ -10,7 +10,7 @@ license=(GPL3)
depends=('python' 'curl' 'xclip')
source=(https://github.com/IvanFon/tekaim/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d67a9a5f7f689e6d0a2524c623f929c40c0e5a9231e7d184acab5c49bbae6a8c')
+sha256sums=('5e56eed1e561df7fe602f324c33734998ea094b05a0bb2358f46c227003397f3')
package() {
cd "$srcdir/$pkgname-$pkgver"