summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x7fff-git2022-04-14 21:19:29 +0200
committer0x7fff-git2022-04-14 21:19:29 +0200
commit9d6508d25fc18078da80f3c8c18979fd2d891b59 (patch)
tree0992f46e00f206d1178b166c05b361a92b2e0e3a
parent92a9afff0bd8cae3519a05fab645c70b2cfc7323 (diff)
downloadaur-9d6508d25fc18078da80f3c8c18979fd2d891b59.tar.gz
updated pkgbuild and srcinfo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd44df428acd..96d884c757a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cxx-run
- pkgdesc = simple, clean and customisable run dialog in sfml
- pkgver = 2022.04.14.added.install
+ pkgdesc = simple run prompt in sfml
+ pkgver = 2022.04.14
pkgrel = 1
- url = https://github.com/0x7fff-git/cxx-run
+ url = https://github.com/3llena-arch/cxx-run
arch = x86_64
license = GPL
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = cxx-run
makedepends = sfml
provides = cxx-run
conflicts = cxx-run
- source = git+https://github.com/0x7fff-git/cxx-run
+ source = git+https://github.com/3llena-arch/cxx-run
sha256sums = SKIP
pkgname = cxx-run
diff --git a/PKGBUILD b/PKGBUILD
index 7912f9ed8157..c80d797e440a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: 3llena-arch <3llena-arch@protonmail.com>
pkgname=cxx-run
-pkgver=2022.04.14.added.install
+pkgver=2022.04.14
pkgrel=1
-pkgdesc="simple, clean and customisable run dialog in sfml"
+pkgdesc="simple run prompt in sfml"
arch=('x86_64')
makedepends=('git' 'gcc' 'make' 'sfml')
-url="https://github.com/0x7fff-git/cxx-run"
+url="https://github.com/3llena-arch/cxx-run"
license=('GPL')
-source=(git+https://github.com/0x7fff-git/cxx-run)
+source=(git+https://github.com/3llena-arch/cxx-run)
sha256sums=('SKIP')
provides=('cxx-run')
conflicts=('cxx-run')
@@ -33,6 +33,4 @@ package() {
msg2 'Cleaning up pkgdir...'
find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-
- msg2 'Config avatar path ==> $HOME/.config/cxx-run.conf'
}