summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheo J.A. de Vries2015-11-17 17:25:20 +0100
committerTheo J.A. de Vries2015-11-17 17:25:20 +0100
commitb4e16f0fa804133f763f640275da235b4a22d578 (patch)
tree5fbcef460f29c98d89fdf12fa28db9a2c81ff95b
parent625f5da07801fa27aa320f09f9e43bd16122aded (diff)
downloadaur-archupdate.tar.gz
get script file from bitbucket
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xarchupdate.sh8
3 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c0d9aa7223..15224f41ecb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = archupdate
pkgdesc = A simple script to update archlinux using pacmatic and pacaur.
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
arch = any
license = Apache
depends = bash
depends = pacmatic
depends = pacaur
- source = archupdate.sh
+ source = https://bitbucket.org/theojadevries/archupdate-script/raw/d0e7cbe2eb329ae510e9ea99a998716e2f434c0e/archupdate.sh
source = archupdate.desktop
source = arch.png
md5sums = 9647e3b024f7efafc88e771d6b31a6c7
diff --git a/PKGBUILD b/PKGBUILD
index 6179e5734546..33af69c4b6a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ _basedir=/usr
pkgname=${_pkgname}${_ext}
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple script to update archlinux using pacmatic and pacaur."
arch=('any')
url=""
license=('Apache')
depends=('bash' 'pacmatic' 'pacaur')
source=(
- archupdate.sh
+ https://bitbucket.org/theojadevries/archupdate-script/raw/d0e7cbe2eb329ae510e9ea99a998716e2f434c0e/archupdate.sh
archupdate.desktop
arch.png
)
diff --git a/archupdate.sh b/archupdate.sh
deleted file mode 100755
index 03df9af4c2e2..000000000000
--- a/archupdate.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# A script for updating Archlinux using pacmatic and pacaur
-
-export pacman_program="pacaur"
-export pacdiff_program="sudo pacdiff"
-pacmatic -Syu
-read -p "Press enter to continue..."