summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Fino2016-09-10 01:38:28 +0100
committerPaulo Fino2016-09-10 01:38:28 +0100
commit1a3b6241901b6a360bf15377d670665dad43878a (patch)
tree97e50dda4d9dd076f55cf6ff262e5dd2b2fc958a
parentf91f26123caa5f304769d862a1a48c385ef31cfb (diff)
downloadaur-1a3b6241901b6a360bf15377d670665dad43878a.tar.gz
Updated sources and respective shasums due to upstream changes
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18d8b9cf15e..87c27f25840d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jun 3 20:56:32 UTC 2016
pkgbase = gimp-plugin-registry
pkgdesc = Repository of optional extensions for GIMP
pkgver = 7.20141204
- pkgrel = 7
+ pkgrel = 8
url = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp
install = gimp-plugin-registry.install
arch = i686
@@ -100,9 +98,8 @@ pkgbase = gimp-plugin-registry
conflicts = gimp-script-vintage-look
conflicts = gimp-script-white-balance-puzzle
replaces = gimp-refocus<0.9.0
- source = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp/+files/gimp-plugin-registry_7.20141204-0wily3~ppa_amd64.deb
- sha256sums = c0ec1d7a154ed68d8e2e88537ed62d47154bf0e393818ad8a6d3acb8f4622428
- source = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp/+files/gimp-plugin-registry_7.20141204-0wily3~ppa_i386.deb
- sha256sums = 38aba88c8c3a6c738aea71597e277b64162accae18e367133dd0e254ba0f6eea
+ source = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp/+files/gimp-plugin-registry_7.20141204-0trusty0~ppa_amd64.deb
+ sha256sums = d3be3e1a9d49850aa4328c9090607b0eaf5b9472342bf1b05f4a0f957dc3b6f0
pkgname = gimp-plugin-registry
+
diff --git a/PKGBUILD b/PKGBUILD
index 1b8d1dccc4cf..fcb3fe182d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=gimp-plugin-registry
pkgver=7.20141204
-pkgrel=7
-debrel=0wily3~ppa
+pkgrel=8
+debrel=0trusty0~ppa
debrepo=https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp/+files
pkgdesc="Repository of optional extensions for GIMP"
arch=('i686' 'x86_64')
@@ -21,10 +21,10 @@ install=${pkgname}.install
if [ "$CARCH" = "x86_64" ]; then
_debarch=amd64
- sha256sums=('c0ec1d7a154ed68d8e2e88537ed62d47154bf0e393818ad8a6d3acb8f4622428')
+ sha256sums=('d3be3e1a9d49850aa4328c9090607b0eaf5b9472342bf1b05f4a0f957dc3b6f0')
else
_debarch=i386
- sha256sums=('38aba88c8c3a6c738aea71597e277b64162accae18e367133dd0e254ba0f6eea')
+ sha256sums=('0faf68f804d0aa3b2482633a1ed743602f6c6c12b89212969abdd8004461bfe0')
fi
source=("${debrepo}/${pkgname}_${pkgver}-${debrel}_${_debarch}.deb")