summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolnce2021-07-29 17:55:39 +0200
committersolnce2021-07-29 17:55:39 +0200
commit100a2e6451e7063d8f34f7ef623acd479907bd82 (patch)
tree93ee4f0dee4e4046b9c43a198e90843f99a942a3
parent8971b5958623df81d40322e02646cd0ee23ab84f (diff)
downloadaur-100a2e6451e7063d8f34f7ef623acd479907bd82.tar.gz
replaced pacdef in URL by pkgname
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd34a0ba011..22c9b91eb9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacdef
pkgdesc = A declarative manager of Arch packages
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/steven-omaha/pacdef
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ecf3b9d25236..eae8371ad7a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: solnce <echo c29sbmNlQHJhdGFqY3phay5vbmU= | base64 -d>
pkgname=pacdef
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='A declarative manager of Arch packages'
url='https://github.com/steven-omaha/pacdef'
-source=("${pkgname}.py::https://github.com/steven-omaha/pacdef/releases/download/v${pkgver}/${pkgname}.py")
+source=("${pkgname}.py::https://github.com/steven-omaha/${pkgname}/releases/download/v${pkgver}/${pkgname}.py")
arch=('any')
license=('GPL3')
depends=('python')