summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlelgenio2021-06-13 17:02:31 -0300
committerlelgenio2021-06-13 17:02:31 -0300
commitf1bd66c8b2207ef812bffbaf2df9120c9dab1723 (patch)
treede1fd3a50ee91b7c44f11b89f4b704082eaeb510
parent517ba61c19ba075db416c494a9d4f31eeee30355 (diff)
downloadaur-lipsum-git.tar.gz
Remove Temporary fork, return to original repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 079c24d45595..ac500d6c8a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lipsum-git
pkgdesc = CLI lorem ipsum generator
- pkgver = r36.0592929
+ pkgver = r39.61f4f25
pkgrel = 1
url = https://github.com/hannenz/lipsum
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = lipsum-git
optdepends = plank: Plank applet
provides = lipsum
conflicts = lipsum
- source = lipsum::git+https://github.com/lelgenio/lipsum.git
+ source = lipsum::git+https://github.com/hannenz/lipsum.git
md5sums = SKIP
pkgname = lipsum-git
diff --git a/PKGBUILD b/PKGBUILD
index 19441ceadb61..c1ae074bef02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,10 @@
# Maintainer: Leonardo EugĂȘnio <lelgenio@disroot.org>
pkgname=lipsum-git
-pkgver=r36.0592929
+pkgver=r39.61f4f25
pkgrel=1
pkgdesc="CLI lorem ipsum generator"
arch=('x86_64')
url="https://github.com/hannenz/lipsum"
-# Temporary fork to work with DESTDIR,PREFIX
-_url="https://github.com/lelgenio/lipsum"
license=('GPL')
depends=()
makedepends=('git' 'vala' 'gtk3' 'plank' 'gettext')
@@ -20,7 +18,7 @@ replaces=()
backup=()
options=()
install=
-source=("${pkgname%-git}::git+${_url}.git")
+source=("${pkgname%-git}::git+${url}.git")
noextract=()
md5sums=('SKIP')