[arch-commits] Commit in maim/trunk (PKGBUILD)

2020-12-19 Thread Felix Yan via arch-commits
Date: Saturday, December 19, 2020 @ 10:02:03
  Author: felixonmars
Revision: 779906

upgpkg: maim 5.6.3-3: icu 68.2 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 10:01:21 UTC (rev 779905)
+++ PKGBUILD2020-12-19 10:02:03 UTC (rev 779906)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 19:40:47
  Author: foutrelis
Revision: 621924

icu 67.1 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 19:24:15 UTC (rev 621923)
+++ PKGBUILD2020-04-27 19:40:47 UTC (rev 621924)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2020-04-17 Thread Lukas Fleischer via arch-commits
Date: Friday, April 17, 2020 @ 21:02:15
  Author: lfleischer
Revision: 615801

upgpkg: maim 5.6.3-1: upstream update

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-17 21:02:12 UTC (rev 615800)
+++ PKGBUILD2020-04-17 21:02:15 UTC (rev 615801)
@@ -3,8 +3,8 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.5.3
-pkgrel=2
+pkgver=5.6.3
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('ca877cdcf454f454076c6bf7a6d85890')
+md5sums=('fa407a2b3132f9d929a7c7722490101a')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 02:22:25
  Author: foutrelis
Revision: 526930

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 02:22:21 UTC (rev 526929)
+++ PKGBUILD2019-11-12 02:22:25 UTC (rev 526930)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:50:30
  Author: lfleischer
Revision: 476556

upgpkg: maim 5.5.3-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
+++ PKGBUILD2019-06-01 21:50:30 UTC (rev 476556)
@@ -3,8 +3,8 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.5.2
-pkgrel=4
+pkgver=5.5.3
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
+md5sums=('ca877cdcf454f454076c6bf7a6d85890')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:11:22
  Author: felixonmars
Revision: 449864

icu 64.1 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:11:21 UTC (rev 449863)
+++ PKGBUILD2019-04-05 15:11:22 UTC (rev 449864)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2018-10-22 Thread Felix Yan via arch-commits
Date: Monday, October 22, 2018 @ 22:26:25
  Author: felixonmars
Revision: 398545

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 22:26:13 UTC (rev 398544)
+++ PKGBUILD2018-10-22 22:26:25 UTC (rev 398545)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2018-08-06 Thread Felix Yan via arch-commits
Date: Monday, August 6, 2018 @ 21:58:29
  Author: felixonmars
Revision: 369945

icu 62.1 / poppler 0.67.0 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 21:57:03 UTC (rev 369944)
+++ PKGBUILD2018-08-06 21:58:29 UTC (rev 369945)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2018-07-02 Thread Lukas Fleischer via arch-commits
Date: Monday, July 2, 2018 @ 13:53:42
  Author: lfleischer
Revision: 349777

upgpkg: maim 5.5.2-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-02 13:53:40 UTC (rev 349776)
+++ PKGBUILD2018-07-02 13:53:42 UTC (rev 349777)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.5.1
+pkgver=5.5.2
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('a360f2d45553539acff2c6ea6949e8d9')
+md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2018-05-14 Thread Lukas Fleischer via arch-commits
Date: Monday, May 14, 2018 @ 16:13:37
  Author: lfleischer
Revision: 322218

upgpkg: maim 5.5.1-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-14 16:08:22 UTC (rev 322217)
+++ PKGBUILD2018-05-14 16:13:37 UTC (rev 322218)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.5
+pkgver=5.5.1
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('b1e10d96ff1cbe137baa551e09d09910')
+md5sums=('a360f2d45553539acff2c6ea6949e8d9')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2018-05-11 Thread Lukas Fleischer via arch-commits
Date: Friday, May 11, 2018 @ 20:33:38
  Author: lfleischer
Revision: 320903

upgpkg: maim 5.5-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 20:28:04 UTC (rev 320902)
+++ PKGBUILD2018-05-11 20:33:38 UTC (rev 320903)
@@ -3,8 +3,8 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.4.68
-pkgrel=3
+pkgver=5.5
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('790b2c87b5bb75c075c8cfff79232043')
+md5sums=('b1e10d96ff1cbe137baa551e09d09910')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:19:58
  Author: foutrelis
Revision: 312983

icu 61.1 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:02:07 UTC (rev 312982)
+++ PKGBUILD2018-03-27 23:19:58 UTC (rev 312983)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.4.68
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-11-12 Thread Evangelos Foutras
Date: Sunday, November 12, 2017 @ 13:33:47
  Author: foutrelis
Revision: 266346

icu 60.1 rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 13:32:49 UTC (rev 266345)
+++ PKGBUILD2017-11-12 13:33:47 UTC (rev 266346)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.4.68
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:38:33
  Author: lfleischer
Revision: 262778

upgpkg: maim 5.4.68-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:38:17 UTC (rev 262777)
+++ PKGBUILD2017-10-14 17:38:33 UTC (rev 262778)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.4.66
+pkgver=5.4.68
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('b6ee7cec85111f7862b890d0ccbc2e7e')
+md5sums=('790b2c87b5bb75c075c8cfff79232043')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-08-05 Thread Lukas Fleischer
Date: Saturday, August 5, 2017 @ 12:09:28
  Author: lfleischer
Revision: 248683

upgpkg: maim 5.4.66-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-05 12:08:27 UTC (rev 248682)
+++ PKGBUILD2017-08-05 12:09:28 UTC (rev 248683)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.4.64
+pkgver=5.4.66
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('174c5d49caded14e1235d9e1af026519')
+md5sums=('b6ee7cec85111f7862b890d0ccbc2e7e')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-07-22 Thread Lukas Fleischer
Date: Saturday, July 22, 2017 @ 14:02:08
  Author: lfleischer
Revision: 245976

upgpkg: maim 5.4.64-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-22 14:00:03 UTC (rev 245975)
+++ PKGBUILD2017-07-22 14:02:08 UTC (rev 245976)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.4.63
+pkgver=5.4.64
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('a35eb7608e517215667270b513a7b510')
+md5sums=('174c5d49caded14e1235d9e1af026519')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-05-30 Thread Lukas Fleischer
Date: Tuesday, May 30, 2017 @ 14:54:00
  Author: lfleischer
Revision: 231279

upgpkg: maim 5.4.63-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 14:52:10 UTC (rev 231278)
+++ PKGBUILD2017-05-30 14:54:00 UTC (rev 231279)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.4.62
+pkgver=5.4.63
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('6f687f1902fbbe358dc8c7aa21f0fe06')
+md5sums=('a35eb7608e517215667270b513a7b510')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-05-29 Thread Lukas Fleischer
Date: Tuesday, May 30, 2017 @ 04:46:04
  Author: lfleischer
Revision: 231191

upgpkg: maim 5.4.62-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 03:00:39 UTC (rev 231190)
+++ PKGBUILD2017-05-30 04:46:04 UTC (rev 231191)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=4.4.62
+pkgver=5.4.62
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('48b8111faf76432b306baadd0a86c71a')
+md5sums=('6f687f1902fbbe358dc8c7aa21f0fe06')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-04-11 Thread Lukas Fleischer
Date: Wednesday, April 12, 2017 @ 04:49:09
  Author: lfleischer
Revision: 222470

upgpkg: maim 4.4.62-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 04:41:51 UTC (rev 222469)
+++ PKGBUILD2017-04-12 04:49:09 UTC (rev 222470)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=4.4.61
+pkgver=4.4.62
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('75bff4bdd892c4819b751835e28cf4ff')
+md5sums=('48b8111faf76432b306baadd0a86c71a')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-03-22 Thread Lukas Fleischer
Date: Wednesday, March 22, 2017 @ 06:32:33
  Author: lfleischer
Revision: 218316

upgpkg: maim 4.4.61-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 06:31:25 UTC (rev 218315)
+++ PKGBUILD2017-03-22 06:32:33 UTC (rev 218316)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=4.4.60
+pkgver=4.4.61
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('13540e2ca9927306e6af49d7a3808492')
+md5sums=('75bff4bdd892c4819b751835e28cf4ff')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-02-27 Thread Lukas Fleischer
Date: Tuesday, February 28, 2017 @ 05:49:26
  Author: lfleischer
Revision: 214154

upgpkg: maim 4.4.60-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-28 05:41:48 UTC (rev 214153)
+++ PKGBUILD2017-02-28 05:49:26 UTC (rev 214154)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=4.4.50
+pkgver=4.4.60
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('b6703d776c3572096f3191b0419ad732')
+md5sums=('13540e2ca9927306e6af49d7a3808492')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 09:51:11
  Author: lfleischer
Revision: 213748

upgpkg: maim 4.4.50-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 09:47:17 UTC (rev 213747)
+++ PKGBUILD2017-02-25 09:51:11 UTC (rev 213748)
@@ -3,17 +3,16 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=3.4.47
-pkgrel=2
+pkgver=4.4.50
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
 url='https://github.com/naelstrof/maim'
 license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
+depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
+makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1')
+md5sums=('b6703d776c3572096f3191b0419ad732')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2016-02-07 Thread Lukas Fleischer
Date: Sunday, February 7, 2016 @ 12:22:35
  Author: lfleischer
Revision: 160526

upgpkg: maim 3.4.47-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 11:21:42 UTC (rev 160525)
+++ PKGBUILD2016-02-07 11:22:35 UTC (rev 160526)
@@ -3,8 +3,8 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=3.4.46
-pkgrel=2
+pkgver=3.4.47
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
 url='https://github.com/naelstrof/maim'
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('a0d512567b4b8eee6af912be312ec40e')
+md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:45:54
  Author: foutrelis
Revision: 160672

Rebuild due to temporarily untrusted key

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:45:12 UTC (rev 160671)
+++ PKGBUILD2016-02-08 00:45:54 UTC (rev 160672)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=3.4.47
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 20:19:12
  Author: arojas
Revision: 149086

C++11 ABI rebuild

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 19:18:05 UTC (rev 149085)
+++ PKGBUILD2015-12-06 19:19:12 UTC (rev 149086)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=3.4.46
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
 url='https://github.com/naelstrof/maim'


[arch-commits] Commit in maim/trunk (PKGBUILD)

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 11:57:02
  Author: lfleischer
Revision: 141681

upgpkg: maim 3.4.46-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 09:53:16 UTC (rev 141680)
+++ PKGBUILD2015-09-27 09:57:02 UTC (rev 141681)
@@ -1,8 +1,9 @@
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=3.4.45
+pkgver=3.4.46
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('7a04b72587f60feb8df4343c674d')
+md5sums=('a0d512567b4b8eee6af912be312ec40e')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in maim/trunk (PKGBUILD)

2015-07-13 Thread Lukas Fleischer
Date: Monday, July 13, 2015 @ 09:51:43
  Author: lfleischer
Revision: 136753

upgpkg: maim 3.4.45-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 07:40:25 UTC (rev 136752)
+++ PKGBUILD2015-07-13 07:51:43 UTC (rev 136753)
@@ -2,7 +2,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=3.4.43
+pkgver=3.4.45
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=(${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz)
-md5sums=('fb91cb51e6875bb737e044850294caf4')
+md5sums=('7a04b72587f60feb8df4343c674d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in maim/trunk (PKGBUILD)

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 21:36:34
  Author: lfleischer
Revision: 135597

upgpkg: maim 3.4.43-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 19:36:20 UTC (rev 135596)
+++ PKGBUILD2015-06-19 19:36:34 UTC (rev 135597)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=3.3.41
+pkgver=3.4.43
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,15 +11,15 @@
 depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
 makedepends=('cmake')
 optdepends=('slop: region selection support')
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('e1745aafeedc63821acbda60f7e9642f')
+source=(${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz)
+md5sums=('fb91cb51e6875bb737e044850294caf4')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-12-04 Thread Bartłomiej Piotrowski
Date: Thursday, December 4, 2014 @ 21:56:03
  Author: bpiotrowski
Revision: 123456

upgpkg: maim 3.3.41-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-04 19:19:57 UTC (rev 123455)
+++ PKGBUILD2014-12-04 20:56:03 UTC (rev 123456)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=3.3.39
+pkgver=3.3.41
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('94e56e6c649d59d060ddd1dec43dbd47')
+md5sums=('e1745aafeedc63821acbda60f7e9642f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-11-29 Thread Bartłomiej Piotrowski
Date: Saturday, November 29, 2014 @ 15:01:27
  Author: bpiotrowski
Revision: 123285

upgpkg: maim 3.3.39-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-29 13:14:57 UTC (rev 123284)
+++ PKGBUILD2014-11-29 14:01:27 UTC (rev 123285)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.37
+pkgver=3.3.39
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('c6901f0ed0b6fa4c44f9ec4e9c5c627e')
+md5sums=('94e56e6c649d59d060ddd1dec43dbd47')
 
 build() {
   cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:45:36
  Author: bpiotrowski
Revision: 122952

upgpkg: maim 2.3.37-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:35:21 UTC (rev 122951)
+++ PKGBUILD2014-11-22 20:45:36 UTC (rev 122952)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.32
+pkgver=2.3.37
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('9354c405bf0439648ad10f2fdb56d5dd')
+md5sums=('c6901f0ed0b6fa4c44f9ec4e9c5c627e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-11-08 Thread Bartłomiej Piotrowski
Date: Saturday, November 8, 2014 @ 14:53:35
  Author: bpiotrowski
Revision: 122242

upgpkg: maim 2.3.32-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-08 11:59:13 UTC (rev 122241)
+++ PKGBUILD2014-11-08 13:53:35 UTC (rev 122242)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.31
+pkgver=2.3.32
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('ad08a7a77cd281eaa6b68c06d87ca1bb')
+md5sums=('9354c405bf0439648ad10f2fdb56d5dd')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-10-27 Thread Bartłomiej Piotrowski
Date: Monday, October 27, 2014 @ 10:33:04
  Author: bpiotrowski
Revision: 121460

upgpkg: maim 2.3.31-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 03:26:06 UTC (rev 121459)
+++ PKGBUILD2014-10-27 09:33:04 UTC (rev 121460)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.30
+pkgver=2.3.31
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
+md5sums=('ad08a7a77cd281eaa6b68c06d87ca1bb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-10-23 Thread Bartłomiej Piotrowski
Date: Thursday, October 23, 2014 @ 21:38:27
  Author: bpiotrowski
Revision: 121324

upgpkg: maim 2.3.30-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-23 19:33:53 UTC (rev 121323)
+++ PKGBUILD2014-10-23 19:38:27 UTC (rev 121324)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof naelst...@gmail.com
 
 pkgname=maim
-pkgver=2.3.17
+pkgver=2.3.30
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -10,14 +10,17 @@
 url='https://github.com/naelstrof/maim'
 license=('GPL3')
 depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
+md5sums=('61e13734d0d8aef6bba3da1c516b1d09')
 
 build() {
-make -C $pkgname-$pkgver
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
 }
 
 package() {
-make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }


[arch-commits] Commit in maim/trunk (PKGBUILD)

2014-10-20 Thread Bartłomiej Piotrowski
Date: Monday, October 20, 2014 @ 09:14:46
  Author: bpiotrowski
Revision: 121026

fix checksums

Modified:
  maim/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 07:13:39 UTC (rev 121025)
+++ PKGBUILD2014-10-20 07:14:46 UTC (rev 121026)
@@ -12,7 +12,7 @@
 depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('68fdb269e4c3729ffbd56663b56b974c')
+md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
 
 build() {
 make -C $pkgname-$pkgver


Property changes on: maim/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property