summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-05-14 13:06:06 +0200
committerDaniel Peukert2019-05-14 13:06:06 +0200
commit00897d7dee3b65f746c54322e864b4aa94f024d4 (patch)
treef1cf243a38012215462d526d200c244de08c61a3
parenta5d587f8df367e36fc055e935d53d12dc8c6792e (diff)
downloadaur-00897d7dee3b65f746c54322e864b4aa94f024d4.tar.gz
Removed unnecessary files, formatting changes
-rw-r--r--.SRCINFO5
-rw-r--r--.drone.yml11
-rw-r--r--PKGBUILD10
3 files changed, 7 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c06a6207973..fc81c0480348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudprint-cups-git
pkgdesc = Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print. (git version)
pkgver = 20160502.r15.gad53b23
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
install = cloudprint-cups.install
@@ -19,7 +19,6 @@ pkgbase = cloudprint-cups-git
conflicts = cupscloudprint
options = !emptydirs
source = cloudprint-cups-git::git://github.com/simoncadman/CUPS-Cloud-Print.git#branch=capabilities-fix
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = cloudprint-cups-git
-
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index fcd9922bd219..000000000000
--- a/.drone.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-build:
- image: l3iggs/archlinux-aur
- commands:
- - export BINDIR=$(mktemp -d)
- - curl -o ${BINDIR}/pacman2 http://mortzu.andromeda.hostedinspace.de/ci-runner/pacman2
- - chmod +x ${BINDIR}/pacman2
- - export PATH=$BINDIR:$PATH
- - export TERM='linux'
- - export PACMAN='pacman2'
- - yaourt -Syu --noconfirm
- - makepkg --cleanbuild --clean --force --syncdeps --rmdeps --noconfirm --asdeps
diff --git a/PKGBUILD b/PKGBUILD
index 0752d332e2bf..57a130affe03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com> (original PKGBUILD by mortzu and zizzfizzix)
-pkgname=cloudprint-cups-git
-pkgver=20160502.r15.gad53b23
-pkgrel=2
-epoch=1
+pkgname='cloudprint-cups-git'
+pkgver='20160502.r15.gad53b23'
+pkgrel='3'
+epoch='1'
pkgdesc='Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print. (git version)'
arch=('any')
url='https://github.com/simoncadman/CUPS-Cloud-Print'
@@ -14,7 +14,7 @@ conflicts=('cloudprint-cups' 'cupscloudprint')
options=(!emptydirs)
install=cloudprint-cups.install
source=("$pkgname::git://github.com/simoncadman/CUPS-Cloud-Print.git#branch=capabilities-fix")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"