summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Martignène2016-07-18 16:30:24 +0200
committerNiels Martignène2016-07-18 16:30:24 +0200
commit57f031fed0d59b7bb0bf234f39faa67f84016c38 (patch)
treece42b3eec3e7c97189cda7d433338f8ecf18792b
parent60f4403e98138f15c6ea8d9731cdd7db31fb245b (diff)
downloadaur-57f031fed0d59b7bb0bf234f39faa67f84016c38.tar.gz
Upgrade to 0.7.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b4732621e8..04b092e70047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ty
pkgdesc = GUI and command-line tools to manage Teensy devices
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.7.5
+ pkgrel = 1
url = http://github.com/Koromix/ty
arch = x86_64
arch = i686
- license = custom:MPL2
+ license = MIT
makedepends = imagemagick
depends = teensyduino
depends = libudev.so
depends = qt5-base
- source = https://github.com/Koromix/ty/archive/v0.7.0.tar.gz
- sha256sums = 4644b07e525b6c0b0672f107a3111910f410c77da5fd98c2a3fa0431e7cd03c2
+ source = https://github.com/Koromix/ty/archive/v0.7.5.tar.gz
+ sha256sums = a4e5c4f65f179958ce57804d06f7a04aba46d2888d0b5026ca124b4332c91672
pkgname = ty
diff --git a/PKGBUILD b/PKGBUILD
index 587c793296df..a6af127eae26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Niels Martignène <niels.martignene@gmail.com>
pkgname=ty
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
pkgdesc="GUI and command-line tools to manage Teensy devices"
arch=('x86_64' 'i686')
url="http://github.com/Koromix/ty"
-license=('custom:MPL2')
+license=('MIT')
depends=('teensyduino' 'libudev.so' 'qt5-base')
makedepends=('imagemagick')
source=("https://github.com/Koromix/ty/archive/v${pkgver}.tar.gz")
-sha256sums=('4644b07e525b6c0b0672f107a3111910f410c77da5fd98c2a3fa0431e7cd03c2')
+sha256sums=('a4e5c4f65f179958ce57804d06f7a04aba46d2888d0b5026ca124b4332c91672')
build() {
cd "ty-${pkgver}"