summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952021-07-07 00:03:08 -0500
committerandy59952021-07-07 00:03:08 -0500
commit55cb3dbf876135c72b94f53d9959b68b952971ac (patch)
treeeefcdc0f7ea70af28c87dabf3ef7c0b33611b438
parent16bbfe4f9c1c76769ec8ba0b1fc41766b4ecdbd3 (diff)
downloadaur-55cb3dbf876135c72b94f53d9959b68b952971ac.tar.gz
update URL of source code and upstream repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 542b1d06c79b..320d1caca2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gimp-plugin-dcamnoise2
pkgdesc = Removes noise from images
pkgver = 0.64
- pkgrel = 6
- url = http://example.org/
+ pkgrel = 7
+ url = https://bitbucket.org/stativ/gimp-plugin-dcamnoise2/src/master/
arch = i686
arch = x86_64
license = GPL
depends = gimp
- source = https://bitbucket.org/stativ/gimp-plugin-dcamnoise2/raw/tip/dcamnoise2-0.64.cpp
+ source = https://bitbucket.org/stativ/gimp-plugin-dcamnoise2/raw/a1de7f38cdce2fd65169f40db47704cb1885a831/dcamnoise2-0.64.cpp
md5sums = ace7859517a7d161abe47b6f0eb4281a
pkgname = gimp-plugin-dcamnoise2
diff --git a/PKGBUILD b/PKGBUILD
index 0d445475e56e..fe0ed7bbead5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
+# Maintainer: Andy Alt <andy400-dev at yahoo dot com>
+# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
+
pkgname=gimp-plugin-dcamnoise2
pkgver=0.64
-pkgrel=6
+pkgrel=7
pkgdesc="Removes noise from images"
arch=('i686' 'x86_64')
-url="http://example.org/"
-#url="http://hphsite.de/dcamnoise/"
+url="https://bitbucket.org/stativ/gimp-plugin-dcamnoise2/src/master/"
license=('GPL')
depends=('gimp')
-source=("https://bitbucket.org/stativ/gimp-plugin-dcamnoise2/raw/tip/dcamnoise2-${pkgver}.cpp")
+source=("https://bitbucket.org/stativ/gimp-plugin-dcamnoise2/raw/a1de7f38cdce2fd65169f40db47704cb1885a831/dcamnoise2-${pkgver}.cpp")
md5sums=('ace7859517a7d161abe47b6f0eb4281a')
build() {