summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-05-01 20:14:12 +0200
committerzoe2016-05-01 20:14:12 +0200
commite4cc25734f47d34cebb567b59e41f5b8e6c5c0d5 (patch)
tree980e7f009d74a335af4cda0380a9c8facc918b43
parent954490b6a151ca914dd0276c9ffdb5136aad56d1 (diff)
downloadaur-e4cc25734f47d34cebb567b59e41f5b8e6c5c0d5.tar.gz
Update to 2.10.0-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
-rw-r--r--tintii.pngbin0 -> 8976 bytes
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d2275499cd..9f4f25b49cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 1 17:02:15 UTC 2016
+# Sun May 1 18:12:43 UTC 2016
pkgbase = tintii
pkgdesc = A smart photo filter for striking colour select effects
pkgver = 2.10.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.indii.org/software/tintii
arch = i686
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = tintii
depends = wxgtk
depends = desktop-file-utils
source = http://www.indii.org/files/tint/releases/tintii-2.10.0.tar.gz
- source = https://cloud.githubusercontent.com/assets/7050624/7840461/bb2a9cfa-0497-11e5-9c4a-f9cf13815547.png
+ source = tintii.png
source = tintii.desktop
md5sums = 041fb49a44472c55d421e9771e40532b
- md5sums = a135309f20688645df5aa26ca3310705
+ md5sums = ef22c602b39da047fdb2fb94c3827ba0
md5sums = f0dd9d57747d24b55547fc3e5c1ba4ec
pkgname = tintii
diff --git a/PKGBUILD b/PKGBUILD
index e7fd38ba01cb..67f7e932d187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tintii
pkgver=2.10.0
-pkgrel=3
+pkgrel=4
pkgdesc="A smart photo filter for striking colour select effects"
arch=(i686 x86_64)
url="http://www.indii.org/software/${pkgname}"
@@ -11,10 +11,10 @@ license=('GPL')
depends=('wxgtk' 'desktop-file-utils')
makedepends=('boost')
source=("http://www.indii.org/files/tint/releases/${pkgname}-${pkgver}.tar.gz"
- "https://cloud.githubusercontent.com/assets/7050624/7840461/bb2a9cfa-0497-11e5-9c4a-f9cf13815547.png"
+ "${pkgname}.png"
"${pkgname}.desktop")
md5sums=('041fb49a44472c55d421e9771e40532b'
- 'a135309f20688645df5aa26ca3310705'
+ 'ef22c602b39da047fdb2fb94c3827ba0'
'f0dd9d57747d24b55547fc3e5c1ba4ec')
build() {
@@ -32,7 +32,6 @@ package() {
"$pkgdir/usr/share/applications/${pkgname}.desktop"
# icon
- install -Dm644 ../bb2a9cfa-0497-11e5-9c4a-f9cf13815547.png \
+ install -Dm644 ../${pkgname}.png \
"$pkgdir/usr/share/pixmaps/${pkgname}.png"
}
-
diff --git a/tintii.png b/tintii.png
new file mode 100644
index 000000000000..42f611da0456
--- /dev/null
+++ b/tintii.png
Binary files differ