summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2022-01-26 20:15:45 +0100
committerJ. Nathanael Philipp2022-01-26 20:15:45 +0100
commit8106599886858c95d954201b7ea050e8b72f31b5 (patch)
tree33c3712e001f5686936ae0cf180c985a08496af1
parent05839f628e5dd4e7177edec3cebe769637274ce9 (diff)
downloadaur-8106599886858c95d954201b7ea050e8b72f31b5.tar.gz
Rename pkg and update version.
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6b6a696ad46..e4b995a8d3ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = psync
+pkgbase = backup
pkgdesc = Python wrapper for rsync
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
- url = https://github.com/jnphilipp/psync
+ url = https://github.com/jnphilipp/backup
arch = any
license = GPL3+
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = psync
depends = python-lxml
depends = rsync
optdepends = python-notify2: Desktop notifications
- source = git://github.com/jnphilipp/psync.git
+ source = git://github.com/jnphilipp/backup.git
md5sums = SKIP
-pkgname = psync
+pkgname = backup
diff --git a/.gitignore b/.gitignore
index 8d74f8420a6b..173df170938d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
pkg/
src/
-psync/
+backup/
*.tar.gz
*.pkg.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 8dba87139a74..e3651d94fdb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: J. Nathanael Philipp <nathanael@philipp.land>
-pkgname=psync
-pkgver=0.3.1
+pkgname=backup
+pkgver=0.4.0
pkgrel=1
pkgdesc="Python wrapper for rsync"
arch=("any")
-url="https://github.com/jnphilipp/psync"
+url="https://github.com/jnphilipp/backup"
license=("GPL3+")
makedepends=("git" "help2man")
depends=("python" "python-lxml" "rsync")
optdepends=("python-notify2: Desktop notifications")
-source=("git://github.com/jnphilipp/psync.git")
+source=("git://github.com/jnphilipp/backup.git")
md5sums=(SKIP)
package() {